Clone the repo
git clone https://github.com/macosgrove/front-end-stack
Change directory into the project repo
cd front-end-stack
Install gems
bundle install
Change directory into the project repo
cd front-end-stack
Start the Sinatra server
rackup config.ru
Browse to http://localhost:5555/
Run the specs
rake spec