Skip to content

Contributing

See CONTRIBUTING.md in the repository root for full contribution guidelines.

Quick Reference

Commit Format

<type>(<scope>): <description>

Types: feat, fix, docs, refactor, perf, test, chore

Development

git clone https://github.com/dorlugasigal/TermBeam.git
cd TermBeam
npm install
npm run dev    # Start with auto-generated password
npm test       # Run tests

Pull Request Checklist

  • [ ] Tests pass (npm test)
  • [ ] New features have tests
  • [ ] Commits follow conventional format
  • [ ] Documentation updated if needed
  • [ ] Manually tested on mobile (if UI changes)