This app is mostly static pages. If you want to make a change to some text on http://heartofcode.org, you're in the right place!
- Fork the repo (click the Fork button above), and clone your fork to your local machine. Here's a GitHub tutorial about how to do so.
 
Please run the following commands on your console:
$gem install bundler
$bundle
$bundle exec jekyll serve
- css aren't working.
 
If you are new to GitHub, you can use this guide for help making a pull request.
- Fork it (there's a fork button in the upper right part of this page)
 - Get the app running locally (as described above)
 - Create your feature branch
 
git checkout -b my-new-feature
- Write your code and specs
 - Commit your changes
 
git commit -m 'Add some feature'
- Push your branch up to GitHub
 
git push origin my-new-feature
- Create a new Pull Request explaining your changes (including which issue it's fixing, if there is one)
 - If you find bugs, have feature requests or questions, please create an issue.