aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: ca1052bf12c334cfba610835b58949caaaa9e378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 [Camping](http://camping.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


# License
Clips is licensed under the MIT License. See the included LICENSE file.