Contributing
We welcome issues and PRs.
- Fork and create a feature branch.
- Run
npm installat the repo root (monorepo workspaces). - Check code:
npm run lint,npm run typecheck,npm test. - For docs changes, run
npm install --workspace docsthennpm run --workspace docs start. - Follow conventional commit style if possible.
Useful references
Developer.mdfor architecture and dev workflow.e2e/README.mdfor Playwright end-to-end tests and fake media setup.
Open an issue for large proposals before implementing.