For today's drill, we're going to be creating a site like Emergency Compliment, except it will be WDI themed.
When a user visits the site, they'll be greeted with a WDI pick me up that will hopefully cheer them up.
Create a basic Sinatra app inside your drills
folder called pick_me_up
Create your main.rb
file and a views
folder. In your views
folder, you'll have a layout.erb
file and a compliment.erb
file.