Skip to content

Commit 7ce3a52

Browse files
committedApr 26, 2017
Add Development section to README
1 parent 3fc708c commit 7ce3a52

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎README.md

+14
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,17 @@ This will install `http-server` globally so that it may be run from the command
5555
`-r` or `--robots` Provide a /robots.txt (whose content defaults to 'User-agent: *\nDisallow: /')
5656

5757
`-h` or `--help` Print this list and exit.
58+
59+
# Development
60+
61+
Checkout this repository locally, then:
62+
63+
```sh
64+
$ npm i
65+
$ node bin/http-server
66+
```
67+
68+
*Now you can visit http://localhost:8080 to view your server*
69+
70+
You should see the turtle image in the screenshot above hosted at that URL. See
71+
the `./public` folder for demo content.

0 commit comments

Comments
 (0)
Please sign in to comment.