/covid19-dashboard

COVID 19 Dashboard

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

covid19-dashboard

COVID 19 Dashboard

Setting up

npm install -g yarn
yarn install

Development

yarn dev

To clean builds:

yarn clean

Serves from http://localhost:1234.

Production

yarn build

Built files can be found in /dist.

An easy way to try running the built files:

bash -c "cd dist && npx serve"

Authentication

Authentication and authorization are provided by Auth0.

The Auth0 tenant for the production, hosted instance of this app is controlled by Recidiviz. If you are working with Recidiviz on the production instance, reach out to covid@recidiviz.org about receiving your log in credentials.