Skip to content

Commit

Permalink
Add little description for the app through README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Timrael committed Feb 21, 2013
1 parent 1628316 commit d95254e
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
freelance
=========
Freelance
======

The application intended for co-working between freelancers and employers.

## Demo

You can find demo of this app [here][1]. Users: employer1, employer2, freelancer1, freelancer2. Password: qwerty.

## Installation

Installation of this application is the same as for usual rails application

## Specs

The app has specs. Yoy can run them through shell command from project directory:

```
rspec -cfn spec/
```


[1]: http://timapp.herokuapp.com/

0 comments on commit d95254e

Please sign in to comment.