Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 520 Bytes

RailsGirls KL Idea App

This is the Bootstrap-ish Idea app that we've created together at RailsGirls KL, 30th Jan 2016.

Read the tutorial here

How to clone this project?
  1. Click on Download ZIP button
  2. Locate and extract the ZIP file
  3. Open your Terminal and cd into the extracted folder
  4. Run bundle install
  5. Run rake db:migrate
  6. Run rails server
  7. Open your browser and type http://localhost:3000/ into the address bar