13 lines
351 B
Markdown
13 lines
351 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: <http://localhost:8000>.
|