Docs
Build Locally

Build project workspace locally

Prerequisite

The following programs are necessary to build this project.

  • Node 16 or newer
  • NPM

Clone the git repository and change to the project directory

git clone https://github.com/mina-wallet-adapter/wallet-adapter.git
cd wallet-adapter

Install project dependencies

npm install

Build all packages in the project workspace

npm run build

Preview the project site

This will spin up a local server that can be accessed at localhost:3000 (opens in a new tab).

npm run preview