Redder is a Reddit clone done with a Ember CLI frontend and a Rails API backend.
Backend Move into the backend directory
cd backend
bundle install
rake db:setup
Frontend Before you get started, make sure you have Node.js and Bower installed.
cd frontend
npm install
bower install
Rake Run
##See it live on Heroku http://redder.herokuapp.com
- 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 - Submit a pull request :D