Skip to content

Commit

Permalink
Add Development section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Apr 26, 2017
1 parent 3fc708c commit 7ce3a52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -55,3 +55,17 @@ This will install `http-server` globally so that it may be run from the command
`-r` or `--robots` Provide a /robots.txt (whose content defaults to 'User-agent: *\nDisallow: /')

`-h` or `--help` Print this list and exit.

# Development

Checkout this repository locally, then:

```sh
$ npm i
$ node bin/http-server
```

*Now you can visit http://localhost:8080 to view your server*

You should see the turtle image in the screenshot above hosted at that URL. See
the `./public` folder for demo content.

0 comments on commit 7ce3a52

Please sign in to comment.