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
+3
View File
@@ -1,5 +1,7 @@
# Local development
Toolchain prerequisites: see [setup.md](setup.md).
## Run
go run .
@@ -16,3 +18,4 @@ The server reads local data from `sampledata/`, mirroring the production Sheets
- `internal/data` — data source interface and the CSV sample-data implementation
- `internal/directory` — directory app handlers
- `web/directory` — directory app page templates and static assets
- `tools/screenshot` — dev-site page capture, see [screenshots.md](screenshots.md)