Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 394 Bytes

File metadata and controls

16 lines (11 loc) · 394 Bytes

Screenshot Capture

From the repository root:

npm run dev:web
npm run capture:screenshots --workspace @stbr/glossary-os

This script waits for the local app, opens a headless browser, and saves updated PNGs to ../screenshots.

Optional overrides:

BASE_URL=http://127.0.0.1:3001 LOCALE=pt npm run capture:screenshots --workspace @stbr/glossary-os