Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 389 Bytes

File metadata and controls

19 lines (14 loc) · 389 Bytes

Contributing

ClickClick is a small Node.js TypeScript package. Use Node 20 or newer.

npm install
npm test
npm run check
npm run build

Install Chromium for local rendering and browser-backed tests:

npx playwright install chromium

Keep changes focused and add tests for renderer behavior, CLI behavior, or preset output shape when the public contract changes.