Getting Started
Prerequisites
No additional tools are required - all dependencies are managed by bazel.
Installation
Clone the repository:
git clone https://github.com/OpenPRoT/openprot
cd openprot
Available Tasks
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, andclippy../pw format- Run the code formatters.bazel test //...- Run all tests.bazel build //docs- Build documentation.
Next Steps
- Read the Usage guide.
- Check out the Architecture documentation.
- Learn about Contributing.