日本語 | English | Spanish | Korean | Chinese (Taiwan) | Chinese (Simplified)
All contributions are welcome! Please check How to contribute for details.
Please check Code of conduct for developers for details.
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
When master
branch is updated, the HTML files will be automatically built onto production
branch,
and then the production site (https://mie.stopcovid19.jp) will be also updated.
When develop
branch is updated, the HTML files will be automatically built onto dev_pages
branch,
and then the production site (https://covid19-mie-dev.netlify.com/) will be also updated.