hacker.tours-website/README.md

14 lines
201 B
Markdown
Raw Normal View History

2024-06-13 22:14:05 +02:00
# hacker.tours Web Site
## Build locally
```shell
rm -rf public
hugo
docker build -t hackertours .
docker run -it --rm --name hackertours -p 8888:80 hackertours
```
Then open http://localhost:8888