Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 654 Bytes

File metadata and controls

31 lines (21 loc) · 654 Bytes

Contributing to OpenCode Usage Tracking

Thanks for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes and test them
  4. Commit: git commit -m 'Add amazing feature'
  5. Push: git push origin feature/amazing-feature
  6. Open a Pull Request

Development

npm install
npm run dev

Open http://localhost:3777

Code Style

  • TypeScript with strict mode
  • Tailwind CSS v4 for styling
  • Follow the existing component patterns in src/components/

Issues

Found a bug or have a feature request? Open an issue on GitHub.