Skip to content

The frontend of Equity Development Data Tool built by Open Source Engineering

Notifications You must be signed in to change notification settings

NYCPlanning/equity-tool

Repository files navigation

Equity Explorer (AKA Equitable Development Data Explorer)

Setup

  1. Install project node version listed in .nvmrc
git  clone git@github.com:NYCPlanning/equity-tool.git
cd equity-tool
npm i

This command should install all necessary dependencies and set up Husky to run on all commits

  1. Create .env.local and set the required environment variables.
    • Local development credentials are available within the NYC planning password vault under "EDDE Credentials"

Running locally

To run the Nextjs dev server, run:

npm run dev

You can also run unit tests or the linter by running npm run test or npm run lint, respectively.

Tests

Run the suite of Jest tests under /test

npm run test

The data powering this app is generated by this ETL workflow: https://github.com/NYCPlanning/ose-equity-tool-etl

Attribution

This project was originally bootstrapped via create-next-app using the with-chakra-ui-typescript preset

Additional project boilerplate and configuration was drawn from:

About

The frontend of Equity Development Data Tool built by Open Source Engineering

Resources

Stars

Watchers

Forks

Packages

No packages published