Build dashboard and service for consuming the Build Event Protocol and displaying information about a Bazel build or test invocation, supporting historical or inflight builds.
- Add
--bes_backend=grpc://localhost:5000
to the.bazelrc
bazel run //src:bin
to run the backend servicebazel run //site:devserver
to run the frontend, open http://localhost:8080/
This is a rewrite of the internal BES Dashboard used at Evertz, this is not a product of Evertz and not officially supported