docs-simoncor-net/readme.md
2025-05-30 18:37:57 +02:00

13 lines
352 B
Markdown

# Getting started
This repository houses the code for [Siempie's Docs](https://docs.simoncor.net).
## Local development
Run the following command in the root of this project to run this site locally.
```shell
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```
The site will be available here: <https://localhost:8000>.