⚠️ EXPERIMENTAL - This is an MVP project. We welcome all contributions!
Thank you for your interest in contributing to Aura IDE! 🎉
# Fork and clone
git clone https://github.com/YOUR_USERNAME/aura-ide.git
cd aura-ide
# Install dependencies
bun install
# Set up environment
cp .env.example .env
# Start development
bun dev- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Test your changes (
bun test && bun run check) - Commit (
git commit -m 'feat: add amazing feature') - Push (
git push origin feature/amazing-feature) - Open a Pull Request
For detailed contribution guidelines, see:
- Contributing Guide - Full contribution documentation
- Getting Started - Setup instructions
- Architecture - System design
Thank you for helping make Aura IDE better! 💜