Thanks for your interest in contributing.
npm install
cp .env.example .env
npm run devWindows PowerShell:
npm install
Copy-Item .env.example .env
npm run devBefore opening a PR, run:
npm run build
npm testUse focused commits with clear intent, for example:
feat: add xxxfix: handle xxxdocs: improve xxxtest: add regression for xxx
- Keep PR scope small and focused.
- Include motivation and behavior changes.
- Add or update tests for logic changes.
- Update README/docs when behavior or commands change.
Please include:
- Environment details
- Steps to reproduce
- Expected vs actual behavior
- Logs or screenshots if available