/importr

Rails app to track our progress in the import arbitrage business!

Primary LanguageRuby

importr Build Status Code Climate

Rails app to track our progress in the import arbitrage business!

Installation

Clone this repo, and then run:

> bundle install
> bundle exec rails s

Then you should be in business. Or host it on heroku, which is what I do. Or if your friend started up a server, go join his or her game.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request