Covid 19 website
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
If master
branch is updated, the modification will be automatically applied to gh-pages
branch.
Netlify
will also update the production site.
master
ブランチがアップデートされると、自動的に gh-pages
に反映されます。そして、Netlify
経由で 本番サイト が更新されます。
All contributions are welcome! Please see our issues.
MIT