This repo should contain all binaries/configuration/deployment tooling for MH 2025. Currently it contains:
- Terraform configuration in
infra/terraform/nix run ".#staging.apply"runterraform applynix run ".#staging.destroy"runterraform destroy
- Nix packages to build and run various bits of software
nix run .#hunt2025 -Lto build and run the production sitenix build .#hunt2025-vm-test -Lto run Playwright tests in an isolated VM with the production build of the site (leaving Playwright reports in./result)nix runto build and launch a development VM with Postgres, Redis, Nginx, frontend, etc.nix run .#dev-vm-baseto build and launch a development VM with Postgres and Redis (for use with a local frontend)