- Fork and clone the repository
- Install uv
- Install pre-commit
- Run
make install
to install dependencies - Run
make test
to run unit tests - Run
make format
to format code - Run
make lint
to lint code - run
make docs
to build docs andmake docs-serve
to serve docs locally