# 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: .