An app for students and mentors to ask and answer questions.
git clone https://github.com/superhighfives/list-of-ingredients.git
cd list-of-ingredients
bundle
cd client
npm install
cd ..
rake db:migrate
rake db:seed
rake start
Building on CI Heroku: http://bloc-overflow.herokuapp.com/
Success!