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
- Copy files from the repo to your web server root.
- Run
npm install
- Run
npm run dev
ornpx vite
to continuously update on file changes- Debug with
npx vite -d
- Debug with
- Run
npm run build
ornpx vite build
to generate a static website. - Copy and deploy all files and folders in
./dist/
to your webserver.
This project is made available under the MIT License. For more details, see the LICENSE file in the repository.