Optional helpers for contributors. Nothing here ships in the runtime.
Captures the five README screenshots from the Blazor portal running in Demo Mode.
- Node.js 20+ (or 22+; tested on 24)
- The Web app running locally on
http://localhost:5140in Demo Mode:cd ..\src\BitLockerKeyMonitor.Web dotnet run --launch-profile Demo
cd tools
npm install # installs Playwright (~100 MB into node_modules/)
npx playwright install chromium --with-deps
npm run screenshotsOutput: ..\docs\screenshots\01-dashboard.png … 05-key-vault.png.
tools/node_modules/ is .gitignored.