This is the repository for the Code for DC Education Project.
The site is (for now at) http://code-for-dc-edu.herokuapp.com/
To run locally on a unix-alike:
npm install
.node app.js
.
supervisor app.js
and you can develop live.localhost:5000
.