日本語 | English | Spanish | Korean | Chinese (Taiwan) | Chinese (Simplified) | Vietnamese
All contributions are welcome!
This software is released under the MIT License.
- Required Node.js version: 10.19.0 or higher
Use yarn
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
Use docker
# serve with hot reload at localhost:3000
$ docker-compose up --build
Use yarn
$ yarn install
Use docker
$ docker-compose run --rm app yarn install