wa2k.com/README.md

13 lines
270 B
Markdown
Raw Normal View History

2026-03-14 16:12:39 +10:00
# Wowzers what a cool website!
Source code for da website o_O
### Local Development
>[!WARNING]
> My computers run NixOS so deployment relies on this fact
> If you don't have Nix see the [[#Without Nix|non-nix section]].
```bash
$ nix develop
nix-shell$ ./serve &
```