Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 286 Bytes

File metadata and controls

40 lines (22 loc) · 286 Bytes

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