Getting Started

  1. Download/unzip or git clone this project into your local directory

  2. Make sure you have bundler gem installed, and within this project’s directory, run:

    <tt>bundle install</tt>
  3. Then run:

    <tt>rails server</tt>
  4. Go to localhost:3000 with a browser.