RuairiSpain / ComponentEditor

circuito.io Component Editor

Home Page:https://www.circuito.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  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

About

circuito.io Component Editor

https://www.circuito.io

License:Other


Languages

Language:C++ 89.0%Language:JavaScript 6.2%Language:C 4.6%Language:CSS 0.1%Language:HTML 0.1%