This is the Bootstrap-ish Idea app that we've created together at RailsGirls KL, 30th Jan 2016.
- Click on
Download ZIP
button - Locate and extract the ZIP file
- Open your Terminal and
cd
into the extracted folder - Run
bundle install
- Run
rake db:migrate
- Run
rails server
- Open your browser and type
http://localhost:3000/
into the address bar