Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 604 Bytes

File metadata and controls

28 lines (20 loc) · 604 Bytes

Contributing

How to Contribute

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m "feat: add amazing feature")
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Development Setup

git clone https://github.com/AkaraChen/aghub.git
cd aghub
pnpm install
pnpm tauri dev

Code Style

  • Follow the existing code style
  • Write meaningful commit messages
  • Add tests for new features

Questions?

Feel free to open an issue for any questions or discussions.