https://github.com/knu73r1k/privacynow
Repo for privacynow.no site
https://github.com/knu73r1k/privacynow
apple ios macos mkdocs privacy
Last synced: 2 months ago
JSON representation
Repo for privacynow.no site
- Host: GitHub
- URL: https://github.com/knu73r1k/privacynow
- Owner: knu73r1k
- License: mit
- Created: 2024-09-24T11:07:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T12:28:09.000Z (over 1 year ago)
- Last Synced: 2025-06-03T16:06:02.293Z (about 1 year ago)
- Topics: apple, ios, macos, mkdocs, privacy
- Language: HTML
- Homepage: https://privacynow.no
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: security.md
Awesome Lists containing this project
README
# privacynow
This repo containes the documentation and setup for hosting [https://privacynow.no](https://privacynow.no)
## Development
Install the dependencies using
```bash
pip install -r requirements.txt
```
To start the project, simply run:
```bash
mkdocs serve
```
and the server will start on `127.0.0.1:8000`.
### Adding content
To add content add markdown inside the `docs` folder, and link
it from the rest of the site.
### How to contribute
Read the [CONTRIBUTING.md](CONTRIBUTING.md)