/transit-yo

An open source project to allow users to get a Yo before their train comes.

Primary LanguageRuby

Transit Yo

=============

Getting Started

  1. Fork this repo on Github

  2. Run $ bundle install

  3. Create DB tables using $ rake db:create db:migrate db:test:prepare

  4. Ensure you have a Redis instance running

  5. Run $ foreman start

  6. Enjoy hacking!