https://github.com/pitr/nowdothis
A minimalist todo list
https://github.com/pitr/nowdothis
Last synced: about 1 year ago
JSON representation
A minimalist todo list
- Host: GitHub
- URL: https://github.com/pitr/nowdothis
- Owner: pitr
- Created: 2010-03-18T22:19:31.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-08T18:12:08.000Z (almost 16 years ago)
- Last Synced: 2025-04-14T12:05:46.432Z (about 1 year ago)
- Language: Ruby
- Homepage: nowdothis.com
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. About
p. This is a copy of "NowDoThis":http://nowdothis.com which contains a simple ToDo list. Original developers have a "blog":http://nowdothis.tumblr.com that dates back to August 2008. This is a fork.
h1. Deploying
h2. With heroku
bc. $ gem install heroku sinatra
$ heroku create
$ git push heroku master
h2. With static hosting
p. Copy content of public folder to server root. Set up your server to respond to .manifest files with Content-Type of 'text/cache-manifest'.