- 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 --legacy-peer-deps
- 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