Skip to content

markome-beep/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
  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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.0%
  • JavaScript 6.2%
  • C 4.6%
  • CSS 0.1%
  • HTML 0.1%
  • Pug 0.0%