In order to send the results via email, you must set your Google Mail address in
the EMAIL environment variable and your
app pasword in the
PASSW environment variable.
The configuration of the target boards must be placed in
config/deployment.json.
More information in the CREATOR documentation.
docker compose up --build
This project uses uv. Install it and run with:
uv run flask --app src/app.py run
This project uses uv as a package manager.
In order to set up the virtual environment (.venv/), run:
uv sync
And activate it accordingly:
- Linux/MacOS (bash/zsh):
source .venv/bin/bash - Windows (powershell):
& .venv\Scripts\activate.ps1
Now you can just run:
flask --app src/app.py run --dev