civictechdc / dcps-budget

Visualization of the DC Public Schools Budget
http://fy16budget.ourdcschools.org/
5 stars 0 forks source link

Steps to run locally.

  1. Install NPM.
  2. Navigate to the local project directory using cd.
  3. Run the command node install.
  4. Run the command bower install.
  5. Install Gulp with the command npm install --g gulp.
  6. Run gulp watch and open localhost:4567 in your browser.