This repository contains technical infrastructure for the Justice Counts initiative. This consists of the following components:
- Publisher: a tool that allows agencies to record Justice Counts metrics. The frontend of the application lives in the
/publisher
directory of this repo. The backend of the application lives in therecidiviz-data
Github repo in thejustice_counts/control_panel
directory, which is a separate repo from this one. - Agency Dashboards: a tool to view and download published Justice Counts data as well as generate insights. The frontend of the application lives in the
/agency-dashboard
directory of this repo. - Common: a collection of shared React components and the Storybook configuration for the Justice Counts design system.
To run Storybook:
yarn storybook
this will open up the design system at localhost:6006 in your browser.