Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knu73r1k/privacynow
Repo for privacynow.no site
https://github.com/knu73r1k/privacynow
apple ios macos mkdocs privacy
Last synced: about 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-24T12:28:09.000Z (4 months ago)
- Last Synced: 2024-11-29T04:30:37.771Z (about 2 months 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)