mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
8ef8e2a263
Co-authored-by: Jonah Aragon <jonah@triplebit.net>
2.4 KiB
2.4 KiB
Developing
- Install mkdocs:
pip install mkdocs
- Install mkdocs-material:
pip install mkdocs-material
- Serve the site locally:
mkdocs serve
- The site will be available at
http://localhost:8000/
.
- The site will be available at