# 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).