mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-07-02 01:32:41 +00:00
1.9 KiB
1.9 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