Skip to content

A mono-repo containing code I've written to educate myself. est. 2021. (public)

License

Notifications You must be signed in to change notification settings

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 //...