Skip to content

Commit aa6b721

Browse files
committed
Note the new feature on the README.
1 parent f61e81f commit aa6b721

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Open `site/index.html` in your web browser to view the site.
2626
> firefox site/index.html
2727
```
2828

29+
You can also run a server, if you need to preview your changes on a different machine:
30+
31+
```console
32+
> cargo run --bin serve
33+
Serving on: http://192.168.123.45:8000
34+
```
35+
2936
## Contributing
3037

3138
First of all, thank you!

0 commit comments

Comments
 (0)