Run npm i
In development mode npm run start
In production mode npm run build:serve
This dapp connects to both
- PolkadotJS browser extension.
- Metamask browser extension.
- On one terminal, run
npm run start - On another terminal, run
npx json-server --watch data/db.json --port 8000(temporary step)
The above temporary step is to run a json-server and load up the proposal data. You can find the db here.
- To check available commands on the
makefilerunmakeormake helpon the root folder of the repo - To run any command run
make <desired command>. For instance, to start the service,make up.