mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-04-18 19:49:11 +00:00
2.0 KiB
2.0 KiB
Developing
- Clone this repository:
git clone https://github.com/privacyguides/privacyguides.org - Install Python 3.6+
- 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