mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-11-24 13:53:17 -05:00
Protect your data against global mass surveillance programs.
|
|
||
|---|---|---|
| .github | ||
| .well-known | ||
| docs | ||
| mkdocs-material@f02ab2a15e | ||
| theme | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .markdownlint.yml | ||
| LICENSE | ||
| mkdocs.production.yml | ||
| mkdocs.yml | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
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