Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 748 Bytes

stat_dashboard_frontend

This is a static site built using Gatsby.

Run/Develop Locally

  1. Ensure you have Node and Git installed on your machine.

  2. Clone this repo:

git clone git@github.com:cityofsomerville/stat_dashboard_frontend.git
cd stat_dashboard_frontend
  1. Install NPM dependencies:
npm install
  1. Run local development server:
npm run start
  1. View your local copy of the site at http://localhost:8000.

Edit

  • To change category display names (such as for public safety), modify the file CategoryNames.js.