aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: 61ca9ddd7f000a4895d8af509735b21a250e9907 (plain) (tree)

























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