Skip to content

heartsofcode/heartofcode

Repository files navigation

Heart of Code

HoC's website, a little Jekyll app built with GitHub Pages.

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!

Development setup

  1. 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.

Contributing

If you are new to GitHub, you can use this guide for help making a pull request.

  1. Fork it (there's a fork button in the upper right part of this page)
  2. Get the app running locally (as described above)
  3. Create your feature branch
git checkout -b my-new-feature
  1. Write your code and specs
  2. Commit your changes
git commit -m 'Add some feature'
  1. Push your branch up to GitHub
git push origin my-new-feature
  1. Create a new Pull Request explaining your changes (including which issue it's fixing, if there is one)
  2. If you find bugs, have feature requests or questions, please create an issue.