Skip to content

dmigwi/ComponentEditor

This branch is up to date with Circuito-io/ComponentEditor:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a08a2d6 · Aug 15, 2023
Feb 17, 2019
Feb 11, 2019
Jan 7, 2019
Feb 24, 2019
Feb 26, 2019
Feb 28, 2019
Feb 28, 2019
Jan 1, 2019
Jan 23, 2019
Jan 23, 2019
Jan 20, 2019
Feb 15, 2019
Feb 4, 2019
Aug 15, 2023
Jan 11, 2019
Feb 25, 2019
Feb 15, 2019

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

About

a fork of 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%
  • Other 0.2%