diff --git a/README.md b/README.md index 379931c305..86ea7e8d26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -{ - "globals": { - "title": "Some Title", - "description" : "some description", - } -} \ No newline at end of file +# Setup +1. `sudo npm install -g harp` +2. cd into root directory +3. run `harp server` +4. open [http://localhost:9000/](http://localhost:9000/) \ No newline at end of file diff --git a/harp.json b/harp.json index e69de29bb2..379931c305 100644 --- a/harp.json +++ b/harp.json @@ -0,0 +1,6 @@ +{ + "globals": { + "title": "Some Title", + "description" : "some description", + } +} \ No newline at end of file