Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 645 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 645 Bytes

Seed

Seed is a bare-bones Sinatra app that can be used as a template for making better Sinatra apps.

It comes with

  • Sprockets: to enable direct development in haml, sass and coffeescript.
  • LiveReload: automatically reloads pages during development to speed up debugging

Installation

Run with

bundle exec rackup

Developing

To automatically reload pages when you make changes to its source code, run in a seperate console:

bundle exec guard

Deploying

Deploy to heroku, if you expect heavy traffic, we recommend cloudflare