This is a visualization of eviction filings week-by-week in New York.
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.
To update the data, re-run npm run build-data
.
To deploy the site, run npm run deploy
.
- Make sure both /rtc-eviction-viz and /rtc-eviction-viz?view=widget routes work.
- /rtc-eviction-viz should only require a login once.
- view=widget should not require any auth.