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

kjaymiller/es-civics-data-visualizations

Repository files navigation

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