Skip to content

Commit

Permalink
add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackout314 committed Sep 30, 2015
1 parent 9d79c1a commit 599afeb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,28 @@ Idea from: https://github.com/zachflower/resume-server
|_|\___|_|_| |_|\___|\__|____/ \___|_| \_/ \___|_|
```
## install

Install necessary packages.

```
npm install
```

## setup config

Copy sample config file..

```
cp config-sample.js config.js
```

..and edit it!

## start

```
npm start
```

## enjoy!

0 comments on commit 599afeb

Please sign in to comment.