Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 820 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 820 Bytes

NYC Building Monitor

Description

The NYC Building monitor is a tool that NYC tenants can use to help them make informed housing decisions and fight for housing justice.

Setup

  1. Clone this repo and the backend repo into separate directories.
  2. Install dependencies for both repos with npm install
  3. Start the backend server with npm run-script nodemon
  4. Start the frontend client with npm run-script dev
  5. Visit localhost:3000

Deploying

  1. push to server git push production master (automates build and deploy of client)