Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.12 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.12 KB

Hackathon Starter Rails

Hackathon starter for Rails developer. Inspired by hackathon-starter.

Demo

http://hackathon-starter-rails.herokuapp.com/

Usage

$ git clone https://github.com/moongift/hackathon-starter-rails
$ cd hackathon-starter-rails
$ mv config/webapi.yml.default config/webapi.yml
# Edit webapi.yml
$ bundle install
$ rails s

webapi.yml

development:
  facebook:
    key: key
    secret: secret
  twitter:
    key: key
    secret: secret

Facebook

Goto Facebook developers. And create new app.

Twitter

Goto Twitter Developers. And create new app.

Fix key and secret to your app's.

Features

LETS'S HACKING!

LICENSE

MIT License.