Sample applications for the Working Group Two APIs.
This repo uses Bazel for building and running the examples. To install Bazel, follow the instructions here.
brew install bazel
curl -Lo bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64
chmod +x bazel
sudo mv bazel /usr/local/bin/