add screenshot script

This commit is contained in:
Adam Jeniski 2026-01-02 00:10:38 -05:00
parent b189202344
commit 71ec89539d

View File

@ -19,6 +19,16 @@ npm run build
npm run preview
```
## Scripts
The `script/` folder contains utility scripts for development:
- **screenshot**: Captures a screenshot of the running dev server (localhost:5173) using Chrome headless mode
- Outputs to `screenshot.png` in the project root
- Requires Chrome/Chromium to be installed
- Dev server must be running before executing
- Usage: `./script/screenshot`
## Architecture
### Application Structure