Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)