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
- Host: GitHub
- URL: https://github.com/mayhem/cosypolyamory.org
- Owner: mayhem
- License: bsd-3-clause
- Created: 2025-01-10T16:21:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T11:56:40.000Z (over 1 year ago)
- Last Synced: 2025-02-25T12:31:06.593Z (over 1 year ago)
- Language: HTML
- Size: 368 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```