Find our roadmap, documentation, and on-boarding information for contributors at cityasacampus.org
To edit documentation or the roadmap, switch to the gh-pages branch.
If you are interesting in setting up City as a Campus for your city, please review Getting Started.
This project depends on Git, Ruby, Rubygems, and Postgresql, please see instructions for your system to get these dependencies installed.
###Application install
$ git clone [email protected]:saxifrage/learn.git
$ cd learn
$ bundle install
$ rake db:setup
$ cd client
$ npm i
$ gulp
$ rails s
Visit the app in your browser at http://localhost:3000/
###Mac (from source) See install log.
MIT