We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc708c commit 7ce3a52Copy full SHA for 7ce3a52
README.md
@@ -55,3 +55,17 @@ This will install `http-server` globally so that it may be run from the command
55
`-r` or `--robots` Provide a /robots.txt (whose content defaults to 'User-agent: *\nDisallow: /')
56
57
`-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