Skip to content
Chris Jones edited this page Dec 23, 2016 · 2 revisions

How to hack on this project

Before starting work on this project, you need to have Ruby installed on your system. That is beyond the scope of this document.

  1. Fork the hackathon repo
  2. Clone your repo and cd into its directory
  1. Install bundler
  • gem install bundler
  1. Checkout the github pages branch
  • git checkout gh-pages
  1. Install the needed dependencies
  • bundle install
  1. Hack on the site
  1. Commit your changes and push them back to github with
  • git push origin gh-pages
  1. Open a PR on the main Unallocated repo
Clone this wiki locally