Charts and visualizations of New Jersey's COVID19 data, hosted @ https://njcovid.info.
First install dependencies:
npm install
To create a live-reloading development build:
npm run start
To create a production build:
npm run build-prod
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.