Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwolfe committed Feb 19, 2015
1 parent 6d78473 commit 84bdc67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"globals": {
"title": "Some Title",
"description" : "some description",
}
}
# Setup
1. `sudo npm install -g harp`
2. cd into root directory
3. run `harp server`
4. open [http://localhost:9000/](http://localhost:9000/)
6 changes: 6 additions & 0 deletions harp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"globals": {
"title": "Some Title",
"description" : "some description",
}
}

0 comments on commit 84bdc67

Please sign in to comment.