- you very likely will need
nvm
installed - you definitely need
lerna
andgulp
installed
npm install
- build and serve the local dapp serve
- starts an local server at http://localhost:3000/dev.html
npm run serve
- build all dapps
npm run dapps-build
- serve for file change tracking
npm run dapps-serve
Have a look at the deployment description.