日本語 | English | Spanish | Korean | Chinese (Taiwan) | Chinese (Simplified) | Vietnamese
如果您能對 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
當 master
分支被更新時,HTML 檔案將會在 production
分支中被 build 起來,然後正式版網站 https://stopcovid19.metro.tokyo.lg.jp/ 會被更新。
當 staging
分支被更新時,HTML 檔案將會在 gh-pages
分支中被 build 起來,然後 Staging 版網站 https://stg-covid19-tokyo.netlify.com/ 會被更新。
當 development
分支被更新時,HTML 檔案將會在 dev-pages
分支中被 build 起來,然後開發版網站 https://dev-covid19-tokyo.netlify.com/ 會被更新。