A web app that visualizes local Chattanooga crime data on a map. Data provided by the Chattanooga Open Data Portal.
##Instructions for Local Development To replicate our development environment a number of open source tools are required, specifically:
##Getting Started
###Install Node Simply visit nodejs.org and click on the big green “Install” button.
###Install Gulp Globally
$ npm install -g gulp
###Install Dependencies
Make sure you're in the root project folder.
$ npm install
###Run Gulp
$ gulp