Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

Developer Tools

Optional helpers for contributors. Nothing here ships in the runtime.

take-screenshots.js

Captures the five README screenshots from the Blazor portal running in Demo Mode.

Prerequisites

  • Node.js 20+ (or 22+; tested on 24)
  • The Web app running locally on http://localhost:5140 in Demo Mode:
    cd ..\src\BitLockerKeyMonitor.Web
    dotnet run --launch-profile Demo

Run

cd tools
npm install                  # installs Playwright (~100 MB into node_modules/)
npx playwright install chromium --with-deps
npm run screenshots

Output: ..\docs\screenshots\01-dashboard.png05-key-vault.png.

tools/node_modules/ is .gitignored.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.