Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.18 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.18 KB

Justice Counts

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 the recidiviz-data Github repo in the justice_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.

Storybook

To run Storybook:

yarn storybook

this will open up the design system at localhost:6006 in your browser.