2023-12-07 19:37:47 +01:00
|
|
|
# Hackertours Web Site
|
|
|
|
|
2024-11-10 18:02:16 +01:00
|
|
|
## Complete the checkout
|
|
|
|
|
|
|
|
We need the submodule for the theme, so update/clone the submodules:
|
|
|
|
|
|
|
|
```shell
|
|
|
|
git submodule update --init --recursive
|
|
|
|
```
|
|
|
|
|
2024-09-27 18:29:18 +02:00
|
|
|
## Run in dev mode
|
|
|
|
|
|
|
|
```shell
|
|
|
|
hugo server --buildFuture --buildDrafts
|
|
|
|
```
|
|
|
|
|
|
|
|
Then open http://localhost:1313
|