##Description
This is the base Sinatra app that will built upon during meeting of the CWDG
##Development
RVM is the preferred Ruby version control manager.
To install RVM run
$ curl -L https://get.rvm.io | bash -s stable --ruby
If you have Mac OSX you can follow these guides if you are having problems.
##Technologies Used:
##Run this app
Make sure you have Sinatra installed
gem install sinatra
You can then start the app by running
ruby server.rb
The app will be on localhost:4567