Skip to content

nanashiki/beatech

 
 

Repository files navigation

BEATECH Build Status

SNS for BEATECH

Setup

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.

Development

You can run beatech as follows

$ bundle exec rails server

Open http://localhost:3000/, then you can see beatech website.

Run test

$ bundle exec rspec .

Contributing

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

About

SNS for BEATECH

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 65.0%
  • HTML 25.8%
  • CSS 8.5%
  • Other 0.7%