An easy-to-host PDS on the ATProtocol, MacOS. Grandma-approved.

docs(MM-66): note docker-image is Linux-only in CLAUDE.md

+1
+1
CLAUDE.md
··· 11 11 ## Commands 12 12 - `nix develop --impure --accept-flake-config` - Enter dev shell (flags required; --impure for devenv CWD detection, --accept-flake-config activates the Cachix binary cache in nixConfig — without it, a cold build takes 20+ minutes) 13 13 - `nix build .#relay --accept-flake-config` - Build relay binary (output at ./result/bin/relay) 14 + - `nix build .#docker-image --accept-flake-config` - Build Docker image tarball (Linux only; `docker-image` is not exposed on macOS — use a remote Linux builder or CI) 14 15 - `cargo build` - Build all crates 15 16 - `cargo test` - Run all tests 16 17 - `cargo clippy` - Lint