설명 .... 설명 .....
- init and update submodule
$ git submodule init && git submodule update --recursive
- install legogroth16 repo
$ cd server/napirs-legogroth16
$ yarn install
$ yarn build --release
- install contract package
$ cd contract
$ npm i
- install server package
$ cd server
$ npm i
$ echo 'export DB_PASSWORD="DB password"' >> ~/.zshrc
$ cd contract
$ npm run compile
$ npm run testrpc
open new terminal.
$ cd server
$ npm run nodemon
open new terminal.
$ cd front
$ npm start