Skip to content

Commit

Permalink
Update docs README
Browse files Browse the repository at this point in the history
Reflects changes made to Makefile in ba8d2f4.
  • Loading branch information
milesziemer authored and kstich committed Aug 18, 2022
1 parent 50ee94e commit ecbb83d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,3 @@ To view the output, just open up `build/html/index.html` in your browser:
```
open build/html/index.html
```

## Live Editing

If you want to make modifications without having to manually build each time,
you can run a local web server that will auto-build on changes. First, install
the dependencies:

```
make install-server
```

And then run the server:

```
make serve
```

0 comments on commit ecbb83d

Please sign in to comment.