Issues にあるいろいろな修正にご協力いただけると嬉しいです。
詳しくはHow to contributeを御覧ください。
All contributions are welcome! Please check How to contribute 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 を使う場合
# serve with hot reload at localhost:3000
$ docker-compose up --build
master
ブランチがアップデートされると、自動的に production
ブランチにHTML類がbuildされます。そして、本番サイト https://covid19-gifu.netlify.com が更新されます。
development
ブランチがアップデートされると、自動的に dev-pages
ブランチにHTML類がbuildされます。そして、開発用サイト https://dev-covid19-gifu.netlify.com が更新されます。