This is a basic sinatra app, ready for heroku, or local deployment. It uses sequel and less to deal with the db and css.
If you are using heroku, try creating your app with heroku create APP_NAME -s cedar
.
To run your site locally, run rackup
.
Add migrations by adding files to db/migrations/
and then run rake db
to migrate the db.