SNS for BEATECH
First, you should run following commands.
$ git clone https://github.com/beatech/beatech
$ cd beatech
$ bundle install
$ bundle exec rake setup
By rake setup
, dummy twitter credentials are configured and DB is set up.
You can run beatech as follows
$ bundle exec rails server
Open 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