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