This is the repository for the Code for DC Education Project.
The site is (for now at) http://harlanh.github.io/code-for-dc-edu/
To run locally on a unix-alike:
- Make sure you have Ruby installed.
- Run
gem install jekyll. - Run
jekyll buildin the repository -- this puts stuff in a_sitesubdirectory, which git will ignore. - Run
jekyll serve --watchto start a web server onlocalhost:4000and reload when you make changes.