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

https://github.com/mayhem/cosypolyamory.org

Web site for cosy polyamory
https://github.com/mayhem/cosypolyamory.org

Last synced: 8 months ago
JSON representation

Web site for cosy polyamory

Awesome Lists containing this project

README

          

cosy polyamory web page
=======================

Web page for Barcelona's new english speaking poly amory group.

Setup
-----

```
python -m venv .ve
source .ve/bin/activate
pip install -r requirements.txt
flask --app server --debug run
```