Thanks for your interest in contributing!
- Install Node.js (v20+ recommended).
- Install dependencies:
npm install
- Start a local server:
npm run serve
- Open http://127.0.0.1:4173/index.html
npm testIf running Playwright for the first time:
npx playwright installPlease include:
- Steps to reproduce
- Expected vs. actual behavior
- Browser and OS version
- Keep changes focused and minimal.
- Update or add tests when behavior changes.
- Update documentation if user-facing behavior changes.