You will need:
- Python >= 3.12
- Poetry
Poetry will create a virtual environment and install the dependencies.
cd server/
poetry install
poetry run startThere is a docker-compose.yml for development that defines a Postgres database.
If you have Docker CE installed, you can simply run, ./run-dev-env.sh.