Ontario COVID-19 Tracker
To install node_modules:
yarn
yarn run dev
Add debugger;
statement in server code to set an initial breakpoint for ndb.
yarn run dev:debug
yarn build
yarn start
Install google cloud SDK:
brew tap homebrew/cask
brew cask install google-cloud-sdk
This app require the following google cloud APIs:
- App Engine
Refer to Setup Google Cloud APIs for more information.
To deploy: (Enable Billing if you haven't already)
gcloud auth login
gcloud app deploy --project [YOUR_PROJECT_ID]
To disable app (and stop billing):
- In GCP, goto 'App Engine'... 'Settings'... 'Disable application'
- In GCP, goto 'Billing'... 'Manage Billing'.... 'Disable billing'