- Node
$(cat .node-version)
- Yarn
If you don't have Yarn, please install it first.
$ npm install -g yarn
Next, please install dependencies using yarn
.
$ yarn
You can build for production with the following command.
$ yarn run build
When you development frontend, please use the following command.
$ yarn start