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

352 B

Getting started

This repository houses the code for Siempie's Docs.

Local development

Run the following command in the root of this project to run this site locally.

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

The site will be available here: https://localhost:8000.