njcovid

Charts and visualizations of New Jersey's COVID19 data, hosted @ https://njcovid.info.

Building and running on localhost

First install dependencies:

npm install

To create a live-reloading development build:

npm run start

To create a production build:

npm run build-prod

Deploying to production

tl: dr; Just push to master.

A Github workflow (.github/workflows/gh-pages.yaml) runs on master commits, building a production build and committing it to the gh-pages branch for serving via Github Pages.