HashCode project
Clone the repository, and install the dependencies:
bundle
Execute bin/hashcode --help
to see all available commands and their arguments.
- Fork the repository (https://github.com/floriandejonckheere/hashcode/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
See LICENSE.md.