Building Prerequisites Install the prerequisites required to build the project via the script: ./tools/setup.sh Building To build the project: bazel build //... Testing To run all project tests bazel test //...