Skip to content

thundergolfer/uni

Repository files navigation

uni'


A mono-repo containing code I've written or studied for self-education purposes.

Contents

Currently, the contents of this mono-repo are broken down into the following top-level concerns:

Setup

Prerequisites

  1. Bazel - build everything fast, and correctly, no matter the language.

Development

Build

bazel build //...

Test

bazel test //...