Skip to content

Circuito-io/ComponentEditor

Repository files navigation

circuito.io Component Editor

Video Tutorial

Intro Video

Using GitPod - Recommended

Edit using GitPod

Creating a Local Development Environment

  1. Make sure you have Node.js
  2. Clone this repository and cd into it
git clone https://github.com/Circuito-io/ComponentEditor.git
cd ComponentEditor
  1. Init and update submodule
git submodule init
git submodule update
  1. Run npm install
npm install --legacy-peer-deps
  1. Run the dev web server
npm run dev
  1. Connect to the web server - http://localhost:8080
  2. Edit your files locally - components are in the components subfloder
  3. When ready - click the 'Preview' button to sync local files with our server and open your private circuito.io preview window