Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 223 Bytes

File metadata and controls

6 lines (5 loc) · 223 Bytes

Getting Started

  1. Make sure you have rails version 4. Type "rails -v" to make sure.
  2. From this project directory, do "bundle install"
  3. To start the server "rails server".
  4. Navigate your browser to localhost:3000.