aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
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).