Contributing
Development workflow
- Create a feature branch.
- Make changes with focused commits.
- Open a PR with summary and screenshots for UI changes.
Style
- Follow existing patterns in
ui/andback/. - Keep documentation concise and task-oriented.
Local checks
- UI lint:
cd ui && npm run lint - Backend build:
cd back && npm run build