On a * nix environment, just run:
./bin/setup
and you should be setup to go.
Hosting and related infrastructure info is documented in another repo in the cincinnatirb GitHub organization.
How to Contribute to Open Source offer's the best advice.
- Fork it!
- Create your feature branch:
git checkout -b cool-new-feature
- Commit your changes:
git commit -am 'Added a cool feature'
- Push to the branch:
git push origin cool-new-feature
- Create new Pull Request.