Privacy Guides

Your central privacy and security resource to protect yourself online.

## Developing 1. [Install mkdocs](https://www.mkdocs.org/user-guide/installation/): `pip install mkdocs` 2. [Install mkdocs-material](https://squidfunk.github.io/mkdocs-material/getting-started/): `pip install mkdocs-material` 3. Serve the site locally: `mkdocs serve` - The site will be available at `http://localhost:8000/`.