Reader is a fun little rss reader with some social features. This is the primary codebase for http://1kpl.us/
Requirements
- Ruby 1.9+ (MRI)
- Bundler (gem install bundler)
- PostgreSQL 9+
To setup the app just type (ignore the $
):
$ ./script/setup
- Fork it.
- Make it better.
- Send me a pull request.