feat: initial commit
This commit is contained in:
commit
649f66fbf1
19 changed files with 512 additions and 0 deletions
13
readme.md
Normal file
13
readme.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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>.
|
||||
Loading…
Add table
Add a link
Reference in a new issue