-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Chris Jones edited this page Dec 23, 2016
·
2 revisions
Before starting work on this project, you need to have Ruby installed on your system. That is beyond the scope of this document.
- Fork the hackathon repo
- Clone your repo and cd into its directory
[email protected]:$YOUR_USERNAME/hackathon.git && cd hackathon
- Install bundler
gem install bundler
- Checkout the github pages branch
git checkout gh-pages
- Install the needed dependencies
bundle install
- Hack on the site
- Here are the jekyll docs which describe how to do that
- Commit your changes and push them back to github with
git push origin gh-pages
- Open a PR on the main Unallocated repo