Skip to content

HarlanH/code-for-dc-edu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for DC Education Project

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:

  • Make sure you have node installed.
  • Run npm install.
  • Run node app.js.
    • Or, get supervisor and run supervisor app.js and you can develop live.
  • Point a browser at localhost:5000.