🚧 This website is still under construction. Please stay tuned. 🚧
Developers
API
Installation

Installation

You can install it via Nix:

# Install flake into your profile
nix profile install git+https://git.fsfe.org/TEDective/api

Alternatively, you can clone this repository and build it via Nix yourself:

git clone https://git.fsfe.org/TEDective/api
cd api
nix build

Another way is to use poetry directly:

poetry install
poetry build