Skip to content

DistributedCollective/governance-dapp

Repository files navigation

Sovryn Bitocracy


Install & Start

Make sure you use at least 10 version of node.js.

Install packages:

yarn

OR

npm i

Start app for development:

yarn start

OR

npm run start

Build for production:

yarn build

OR

npm run build