このリポジトリは現在使用しておらず、以下のリポジトリに移行しています。 https://github.com/gdg-fukushima/covid19
DO NOT CREATE ANY PULL REQUEST FOR THIS REPO.
※福島県の公式ではありません。 このリポジトリのプロジェクトは、東京都のプロジェクトをフォークして派生させたものです。
Issues にあるいろいろな修正にご協力いただけると嬉しいです。
詳しくは貢献の仕方を御覧ください。
現在準備中です。
本ソフトウェアは、MITライセンスの元提供されています。
- 必要となるNode.jsのバージョン: 10.19.0以上
yarn を使う場合
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
docker compose を使う場合
# serve with hot reload at localhost:3000
$ docker-compose up --build
yarn を使う場合
$ yarn install
docker compose を使う場合
$ docker-compose run --rm app yarn install