mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-03 10:41:15 +00:00
b6cd39a22d
Signed-off-by: Daniel Gray <dng@disroot.org>
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