Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Files

Latest commit

 

History

History

frontend

Frontend App

Run locally

docker compose up --build

Test

python3 -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt
pip install -r requirements-dev.txt

pytest