flintinatux/importr

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# importr [![Build Status](https://travis-ci.org/flintinatux/importr.png)](https://travis-ci.org/flintinatux/importr) [![Code Climate](https://codeclimate.com/github/flintinatux/importr.png)](https://codeclimate.com/github/flintinatux/importr)

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