takanakahiko-fork / covid19

東京都公式 新型コロナウイルス対策サイト

Home Page:https://stopcovid19.metro.tokyo.lg.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

東京都 新型コロナウイルス対策サイト

東京都 新型コロナウイルス対策サイト

How to Contribute / 貢献の仕方

Issues にあるいろいろな修正にご協力いただけると嬉しいです。

詳しくはHow to contributeを御覧ください。

All contributions are welcome! Please check How to contribute for details.

License / ライセンス

本ソフトウェアは、MITライセンスの元提供されています。 This software is released under the MIT License,

開発者向け情報

環境構築の手順

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

ステージング/本番環境への反映

master ブランチがアップデートされると、自動的に production ブランチにHTML類がbuildされます。そして、本番サイト https://covid19-tokyo.netlify.com/ が更新されます。

staging ブランチがアップデートされると、自動的に gh-pages ブランチにHTML類がbuildされます。そして、ステージングサイト https://stg-covid19-tokyo.netlify.com/ が更新されます。

If master branch is updated, the script will build html files to production branch. Netlify will also update the production site https://covid19-tokyo.netlify.com/ .

If staging branch is updated, the script will build html files to gh-pages branch. Netlify will also update the staging site https://stg-covid19-tokyo.netlify.com/ .

About

東京都公式 新型コロナウイルス対策サイト

https://stopcovid19.metro.tokyo.lg.jp/

License:MIT License


Languages

Language:Vue 88.1%Language:PHP 4.6%Language:JavaScript 3.9%Language:CSS 1.5%Language:TypeScript 1.3%Language:Python 0.4%Language:Shell 0.1%