Skip to main content

Tadoku

Getting Started

You will need to install Bazel in order to build and run the monorepo.

Commands

Build all targets

$ bazel build //...

Run all tests

$ bazel test //...

Generate BUILD files for all Golang code

bazel run //:gazelle