aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 61ca9ddd7f000a4895d8af509735b21a250e9907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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).