Thanks for your interest in contributing!
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-change
- Install dependencies:
bun install
- Start the development server:
bun run dev
-
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
- Commit your changes with clear commit messages.
- Push your branch to your fork.
- Open a Pull Request with:
- A concise description of the change
- Why the change is needed
- Any relevant screenshots or testing notes
By participating in this project, you agree to collaborate respectfully and constructively.