About
This is a copy of NowDoThis which contains a simple ToDo list. Original developers have a blog that dates back to August 2008. This is a fork.
Deploying
With heroku
$ gem install heroku sinatra
$ heroku create
$ git push heroku masterWith static hosting
Copy content of public folder to server root. Set up your server to respond to .manifest files with Content-Type of ‘text/cache-manifest’.