Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 207 Bytes

Minimal Sinatra template, as requested on Twitter.

Run:

bundle install
foreman start

Deploy to heroku:

heroku create --stack cedar
heroku config:add RACK_ENV=production
git ps heroku