Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.14 KB

File metadata and controls

46 lines (36 loc) · 1.14 KB

Contributing

Thanks for your interest in contributing!

Getting Started

  1. Fork the repository.
  2. Create a feature branch:
    git checkout -b feature/your-change
  3. Install dependencies:
    bun install
  4. Start the development server:
    bun run dev

Development Guidelines

  • Follow the existing code style and project structure.

  • Add or update tests when behavior changes.

  • Ensure linting/build checks pass before submitting.

  • AI PR's ACCEPTED!

    • In fact, this was made completly with vibe coding using these platforms:
    • Codex - All around
    • Lovable AI - All around, especially supabase and lovable support
    • Github Copilot - Alot of the ardurino section
    • Replit Agent - Replit support
    • Cline - README rebuild

Submitting Changes

  1. Commit your changes with clear commit messages.
  2. Push your branch to your fork.
  3. Open a Pull Request with:
    • A concise description of the change
    • Why the change is needed
    • Any relevant screenshots or testing notes

Code of Conduct

By participating in this project, you agree to collaborate respectfully and constructively.