Developer’s Guide¶
Feel free to fork and enhance this software. Send pull requests if you want to.
Install pre-commit for automated formatting and preview generation.
Run once
pre-commit install
to activate.Enable tests with
-DTESTS_ENABLED=ON
, build the project and executectest
inbuild/bin
directory.
or use the docker images with pre-installed dependencies.