- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m "feat: add amazing feature") - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
git clone https://github.com/AkaraChen/aghub.git
cd aghub
pnpm install
pnpm tauri dev- Follow the existing code style
- Write meaningful commit messages
- Add tests for new features
Feel free to open an issue for any questions or discussions.