This commit is contained in:
Alex Wolfe 2015-02-18 16:42:16 -08:00
parent 6d78473b5b
commit 84bdc67464
2 changed files with 11 additions and 6 deletions

View File

@ -1,6 +1,5 @@
{ # Setup
"globals": { 1. `sudo npm install -g harp`
"title": "Some Title", 2. cd into root directory
"description" : "some description", 3. run `harp server`
} 4. open [http://localhost:9000/](http://localhost:9000/)
}

View File

@ -0,0 +1,6 @@
{
"globals": {
"title": "Some Title",
"description" : "some description",
}
}