From 8d018d996c1eddb882dc64ebbd228bb0135944f3 Mon Sep 17 00:00:00 2001 From: sadbeast Date: Sun, 23 Jun 2024 15:36:59 -0700 Subject: wtf --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..61ca9dd --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Team Draft Website + +The website for [teamdraft.net](https://teamdraft.net). + +## Building & Running + +It's a Zig project: + +`zig build run` + +### Nix Flake + +It's got one! + +```bash +nix develop +``` +or + +```bash +direnv allow +``` + +## Acknowledgements + +Most of the structure of the code was taken from [aolium-api](https://github.com/karlseguin/aolium-api). -- cgit v1.2.3