COVID 19 Dashboard
npm install -g yarn
yarn install
yarn dev
To clean builds:
yarn clean
Serves from http://localhost:1234.
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 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.