Comment on page
🖥
Run from Source
We encourage our technical users to check the code and run the web app locally from source following the instructions below.
Make sure to have the latest Node.js LTS and NPM installed. We recommend using nvm to manage npm installs:
nvm install --lts
Clone the repository, change to the project folder and run
npm install
to install all dependencies. Then npm run mainnet
and npx serve dist
to bring it up.Last modified 1mo ago