- Make sure you have Node.js
- Clone this repository
git clone https://github.com/Circuito-io/ComponentsEditor.git- Init and update submodule
git submodule init
git submodule update- Run npm install
cd ComponentEditor
npm install- Run the dev web server
npm run dev- Connect to the web server - http://localhost:8080
- Edit your files locally - components are in the
componentssubfloder - When ready - click the 'save&upload' button to sync local files with our server
- Click the 'preview' button to open your private circuito.io preview window
