VibeKidbrightIDE Naruebodee8
winget install --id=Naruebodee8.VibeKidbrightIDE -e vibeKidbright is a custom integrated development environment designed to build, flash and communicate with KidBright32 boards.
winget install --id=Naruebodee8.VibeKidbrightIDE -e vibeKidbright is a custom integrated development environment designed to build, flash and communicate with KidBright32 boards.
vibeKidbright is a modern, AI-powered Integrated Development Environment (IDE) specifically designed for ESP-IDF (Espressif IoT Development Framework) projects. Built with Tauri, React, and TypeScript, it provides a sleek, high-performance interface for developing, building, and flashing firmware to ESP32 microcontrollers.
Before you begin, ensure you have the following installed on your system:
cargo install tauri-cli)Clone the repository:
git clone https://github.com/your-repo/vibeKidbright.git
cd vibeKidbright
Install dependencies:
npm install
To start the development server and run the application in dev mode:
npm run tauri dev
This will launch the Vite dev server for the frontend and the Tauri-Rust backend in a desktop window.
To build the application for production:
npm run build
npm run tauri build
The executable will be located in src-tauri/target/release/bundle/.
This project is licensed under the MIT License.