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

Folders and files

NameName
Last commit message
Last commit date
May 10, 2022
May 10, 2022
Jul 19, 2021
Mar 15, 2022
Jan 11, 2024
Mar 15, 2022
Dec 29, 2021
Mar 15, 2022
Aug 2, 2022
Jul 5, 2021
Jul 5, 2024
May 20, 2024
Mar 15, 2022
Jul 13, 2024
Jun 5, 2022
Mar 15, 2022
Jun 28, 2021
May 10, 2022
May 10, 2022
Jul 11, 2021
May 19, 2024
Jul 4, 2021
Mar 15, 2022
Jul 10, 2020
Jun 5, 2022
May 10, 2022

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