From c4ee5d6b51116a4405e7e02b5220ce98d9cccd92 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 7 Apr 2013 01:05:43 -0400 Subject: Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a1179c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Clips +===== + +An Instapaper-ish web application that allows you to collect URLs to check later. Collect URLs using the included bookmarlet, which saves the URL of the current page. + + +# Running the application +Clips is written in [Campfire](http://campfire.io). Start by `bundle install`ing gems. Then start the server. + + $ bundle install + $ rackup + +Use [Rerun](https://github.com/rerun/rerun) to auto-restart the server when the filesystem changes: + + $ rerun -- rackup -- cgit v1.2.3