Sinatra Site

Baseline Setup

  1. You'll be working as an individual on this project.
  2. Clone the project master repo and create a new branch with your initials.
  3. Push your branch so it will show in the list of branches on the project master.
  4. Fork and clone your repository.
  5. cd into the dir created: $ cd SinatraSite
  6. Switch to your branch by doing git checkout [YOUR BRANCH NAME]. Do not work on the master branch.

Wave 1: Learn Sinatra

The requirements for this wave are:

  • Create a Gemfile that includes the sinatra gem in the default group, and the pry gem in the development environment. Make sure to commit your Gemfile.lock file.
  • Create a Sinatra application
  • Your Sinatra application will serve static HTML pages
    • Feel free to use some of the static HTML pages made for the previous exercise
  • At least one of the static pages must include at least two images