/color-of-covid

An interactive map of COVID incidents in Chicago colored by race

Primary LanguageVue

Color of COVID

An interactive map of COVID cases, deaths, and tests in Chicago.

Color of COVID

Developing

First, clone this repo. Then install dependencies with:

yarn install

To run a local dev sever:

yarn serve

Data Processing

TODO describe how data was processed and add Python scripts/SQL snippets to repo

Deploying

First, create a production build:

yarn build

Then deploy to Netlify (include --prod flag for production):

netlify deploy