hackertours/README.md
Stefan Bethke 4b4288fd62
All checks were successful
/ build (push) Successful in 11s
Remove outdated docker info
2024-11-10 18:16:12 +01:00

18 lines
280 B
Markdown

# Hackertours Web Site
## Complete the checkout
We need the submodule for the theme, so update/clone the submodules:
```shell
git submodule update --init --recursive
```
## Run in dev mode
```shell
hugo server --buildFuture --buildDrafts
```
Then open http://localhost:1313