Important
To create a minimal "playground" for learning Bazel, run aspect init
.
To see a full example Bazel monorepo check out https://github.com/aspect-build/bazel-examples.
You can self-study by following our Tutorial. However, we recommend signing up for an instructor-led class at https://aspect.dev/services#training.
This is the start
branch, with a bare monorepo, no Bazel setup yet.
The first step for a Bazel DevInfra team is to fetch external dependencies.
You can skip to the dependencies
branch to see the solution for this step.