Show how to use tools/serve

This commit is contained in:
Mark McGranaghan 2020-01-04 10:43:39 -08:00
parent 0fbbc70ba5
commit d6b866d2a1

@ -25,7 +25,6 @@ To build the site you'll need Go and Python installed. Run:
```console
$ go get github.com/russross/blackfriday
$ tools/build
$ open public/index.html
```
To build continuously in a loop:
@ -34,6 +33,12 @@ To build continuously in a loop:
$ tools/build-loop
```
To see the site locally:
```
$ tools/serve
$ open http://127.0.0.1:8000/
### Publishing
To upload the site: