Woovie / ergogen-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ergogen GUI

This is a web interface for Ergogen by @MrZealot.

This adds some additional features like

  • Live preview reloading
  • VSCode editor (Monaco)
  • Live 3D model previews
  • Auto regenerate outlines, 3D models and PCBs.

See the live demo at https://mveerd.github.io/ergogen-gui/

Running locally

yarn install - installs dependencies

yarn start - starts a development server at http://localhost:3000

Using an Ergogen branch on github

To use this GUI with any github branch you can do the following;

Clone this repository to your local machine;

git clone https://github.com/MvEerd/ergogen-gui.git

Modify the following line in package.json

"ergogen": "^3.*",

to use a branch on github refer to it like so <username>/<repo>#<branch>

"ergogen": "mveerd/ergogen#mveerd",

Then run yarn install && yarn start to start Ergogen GUI locally with the specified branch.
It will be available at http://localhost:3000/

About


Languages

Language:JavaScript 98.1%Language:TypeScript 1.8%Language:HTML 0.1%Language:CSS 0.0%