Explain how to run in dev mode
This commit is contained in:
parent
fbfb86c595
commit
7b1eeac442
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
# Hackertours Web Site
|
||||
|
||||
## Run in dev mode
|
||||
|
||||
```shell
|
||||
hugo server --buildFuture --buildDrafts
|
||||
```
|
||||
|
||||
Then open http://localhost:1313
|
||||
|
||||
## Build locally
|
||||
|
||||
|
|
Loading…
Reference in a new issue