mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04: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