Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 656 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 656 Bytes

Bus Detective Marketing Site

Setup

./bin/setup

Run

./bin/rails s

License

This project rocks and uses (MIT-LICENSE).

Contributing

GitHub's guide for Contributing to Open Source offer's the best advice.

tl;dr

  1. Fork it!
  2. Create your feature branch: git checkout -b cool-new-feature
  3. Commit your changes: git commit -am 'Added a cool feature'
  4. Push to the branch: git push origin cool-new-feature
  5. Create new Pull Request.