SNS for BEATECH
First, you should run following commands.
$ git clone https://github.com/beatech/beatech
$ cd beatech
$ bundle install
$ bundle exec rake setupBy rake setup, dummy twitter credentials are configured and DB is set up.
You can run beatech as follows
$ bundle exec rails serverOpen http://localhost:3000/, then you can see beatech website.
$ bundle exec rspec .- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
