The CircuitPython Code Editor is a browser app for editing and debugging CircuitPython devices over WiFi, Bluetooth, and USB. Each connectivity option has certain requirements on CircuitPython version and device (microcontroller).
A live copy of the tool is hosted here: https://code.circuitpython.org
npm install
npm run dev
or npx vite
to continuously update on file changes
npx vite -d
npm run build
or npx vite build
to generate a static website../dist/
to your webserver.This project is made available under the MIT License. For more details, see the LICENSE file in the repository.