Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

bamnet/njcovid

Repository files navigation

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.