Issues にあるいろいろな修正にご協力いただけると嬉しいです。
詳しくは貢献の仕方を御覧ください。
All contributions are welcome! Please check How to contribute for details.
詳しくはサイト構築にあたっての行動原則を御覧ください。
Please check Code of conduct for developers for details.
本ソフトウェアは、MITライセンスの元提供されています。 This software is released under the MIT License.
Use yarn / yarn を使う場合
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
Use docker / docker compose を使う場合
# Please run after checkout this repository
$ docker-compose build
$ docker-compose run --rm app yarn install
# serve with hot reload at localhost:3000
$ docker-compose up
master
ブランチがアップデートされると、自動的に production
ブランチにHTML類がbuildされます。そして、本番サイト https://stopcovid19.metro.tokyo.lg.jp/ が更新されます。
staging
ブランチがアップデートされると、自動的に gh-pages
ブランチにHTML類がbuildされます。そして、ステージングサイト https://stg-covid19-tokyo.netlify.com/ が更新されます。
development
ブランチがアップデートされると、自動的に dev-pages
ブランチにHTML類がbuildされます。そして、開発用サイト https://dev-covid19-tokyo.netlify.com/ が更新されます。
When master
branch is updated, the HTML files will be automatically built onto production
branch,
and then the production site (https://stopcovid19.metro.tokyo.lg.jp/) will be also updated.
When staging
branch is updated, the HTML files will be automatically built onto gh-pages
branch,
and then the staging site (https://stg-covid19-tokyo.netlify.com/) will be also updated.
When development
branch is updated, the HTML files will be automatically built onto dev-pages
branch,
and then the development site (https://dev-covid19-tokyo.netlify.com/) will be also updated.