Explain how to run in dev mode

This commit is contained in:
Stefan Bethke 2024-09-27 18:29:18 +02:00
parent fbfb86c595
commit 7b1eeac442

View file

@ -1,5 +1,12 @@
# Hackertours Web Site
## Run in dev mode
```shell
hugo server --buildFuture --buildDrafts
```
Then open http://localhost:1313
## Build locally