- Install uv
- Clone repository &&
cd mindlogger-data-export uvx pre-commit installto install git pre-commit that runs formatting/style checks on commit.uv syncto install dependencies
To run command line tool: uv run mindlogger-data-export
The project uses Just to provide shortcuts for common development commands, e.g. just test just run just build-docker
Run just -l to view commands.