circuito.io Component Editor Video Tutorial Using GitPod - Recommended Edit using GitPod Creating a Local Development Environment Make sure you have Node.js Clone this repository and cd into it git clone https://github.com/Circuito-io/ComponentEditor.git cd ComponentEditor Init and update submodule git submodule init git submodule update Run npm install 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 components subfloder When ready - click the 'Preview' button to sync local files with our server and open your private circuito.io preview window