Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 467 Bytes

File metadata and controls

11 lines (7 loc) · 467 Bytes

es-civics-data-visualizations

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

Instructions for Running Locally

  • clone this repo
  • from the root, run yarn install or npm install
  • to start, run yarn start or npm run dev