housing-data-coalition / rtc-eviction-viz

Eviction visualization for Right To Counsel NYC.
https://housing-data-coalition.github.io/rtc-eviction-viz/
6 stars 2 forks source link

This is a visualization of eviction filings week-by-week in New York.

View it on the web

Quick start

You will need to first copy .env.sample to .env and edit it accordingly.

Then run:

npm run --frozen-lockfile
npm run build-data
npm run watch

Then visit http://localhost:1234/rtc-eviction-viz.

Updating data

To update the data, re-run npm run build-data.

Deployment

To deploy the site, run npm run deploy.


Manual Tests