Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 670 Bytes

File metadata and controls

42 lines (30 loc) · 670 Bytes

Contributing

Thanks for your interest in contributing!

Development setup

  1. Install Node.js (v20+ recommended).
  2. Install dependencies:
    npm install
  3. Start a local server:
    npm run serve
  4. Open http://127.0.0.1:4173/index.html

Running tests

npm test

If running Playwright for the first time:

npx playwright install

Reporting issues

Please include:

  • Steps to reproduce
  • Expected vs. actual behavior
  • Browser and OS version

Pull requests

  • Keep changes focused and minimal.
  • Update or add tests when behavior changes.
  • Update documentation if user-facing behavior changes.