A project to show stop and frisk and other civics data in various populations in US. We'll be hosting data in Elasticsearch and building a SPA to visualize the data with the Eui Design Library (including EuiCharts)
Currently being worked on by @kjaymiller and @brittanyjoiner15
- clone this repo
- from the root, run
yarn install
ornpm install
- to start, run
yarn start
ornpm run dev