No additional tools are required - all dependencies are managed by bazel.
Clone the repository:
git clone https://github.com/OpenPRoT/openprot cd openprot
You can run common development tasks using the Pigweed workflow launcher pw or bazel:
./pw presubmit - Run presubmit checks: formatting, license checks, C/C++ header checks, and clippy../pw format - Run the code formatters.bazel test //... - Run all tests.bazel build //docs - Build documentation.