⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

vibbits/ttfd

Repository files navigation

TTFD

Dependencies and setup

You will need:

Setup and run

Poetry will create a virtual environment and install the dependencies.

cd server/
poetry install
poetry run start

Docker

There 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.