An application to help facilitation the negotiation phase in Red Markets.
Go to file
kienan 204a7e2fc7 Fix docker file 2020-04-24 16:40:22 -04:00
static Set a fixed width for the negotiation sidebar 2020-04-23 00:31:04 -04:00
templates Hide the settings & menu buttons on the negotiation page 2020-04-23 00:40:13 -04:00
.gitignore Initial commit 2020-04-18 23:38:31 -04:00
Dockerfile Fix docker file 2020-04-24 16:40:22 -04:00
Pipfile Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
Pipfile.lock Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
README.md Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
credits.md Add the start of phase/state synchronization and transitions 2020-04-23 00:25:49 -04:00
docker-compose.yml Add the start of the negotiation page 2020-04-19 19:52:13 -04:00
negotiation.py Add the start of phase/state synchronization and transitions 2020-04-23 00:25:49 -04:00

README.md

Installlation

Prerequisites

apt install pipenv

Dependency installation

pipenv sync

Running

FLASK_ENV=development FLASK_APP=negotiation.py pipenv run ./negotiation.py

License

AGPLv3+