Skip to content

Commit

Permalink
Enhance readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Teinum committed Feb 14, 2013
1 parent 2a51a48 commit 572709a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Expand Up @@ -6,6 +6,13 @@ A primary objective is to integrate with automated testing services, grab test c

## Setup

### Dependencies

- Node.js
- CoffeeScript

npm install -g coffee-script

### Backend

cd backend
Expand All @@ -17,3 +24,13 @@ A primary objective is to integrate with automated testing services, grab test c
### Frontend

./compile_frontend.sh

## Running

### Backend

sudo nohup node backend/main.js&!

### Frontend

Serve the frontend directory using any web server.

0 comments on commit 572709a

Please sign in to comment.