Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 706 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 706 Bytes

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 [email protected] about receiving your log in credentials.