In order to run this project locally, make sure that Poetry is installed on your system.
-
Install mkdocs and plugins
poetry install
-
Start mkdocs server
poetry run mkdocs serve
You can access the site on http://127.0.0.1:8000
.
In order to run this project locally, make sure that Poetry is installed on your system.
Install mkdocs and plugins
poetry install
Start mkdocs server
poetry run mkdocs serve
You can access the site on http://127.0.0.1:8000
.