Skip to Content
Contributing

Contributing

Development workflow

  1. Create a feature branch.
  2. Make changes with focused commits.
  3. Open a PR with summary and screenshots for UI changes.

Style

  • Follow existing patterns in ui/ and back/.
  • Keep documentation concise and task-oriented.

Local checks

  • UI lint: cd ui && npm run lint
  • Backend build: cd back && npm run build