Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.36 KB

File metadata and controls

51 lines (36 loc) · 1.36 KB

Contributing to Aura IDE

⚠️ EXPERIMENTAL - This is an MVP project. We welcome all contributions!

Thank you for your interest in contributing to Aura IDE! 🎉

Quick Start

# 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

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes
  4. Test your changes (bun test && bun run check)
  5. Commit (git commit -m 'feat: add amazing feature')
  6. Push (git push origin feature/amazing-feature)
  7. Open a Pull Request

Documentation

For detailed contribution guidelines, see:

Need Help?


Thank you for helping make Aura IDE better! 💜