Add screenshot capture tool and dev setup docs

This commit is contained in:
Ian Gulliver
2026-08-15 13:16:05 -07:00
parent 80b274c544
commit 20c89a61d9
8 changed files with 117 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Dev environment setup
Development happens on macOS. Two Homebrew installs, and everything in `docs/dev.md` and `docs/screenshots.md` works:
brew install go
brew install --cask google-chrome
- **Go** 1.26 or later — builds and runs the server and all tooling (`go run`, `go vet`).
- **Google Chrome** — launched headless by the screenshot tool; never needs to be opened by hand. The tool finds it in its standard install location automatically.
No Node, no Docker, and no cloud credentials are needed for local development.