[go: up one dir, main page]

Skip to content

A web page with a text editor for ELK Graph and a synchronized graphical view

License

Notifications You must be signed in to change notification settings

wavejumper/elk-live

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElkGraph Web

A web page with a text editor for ELK Graph and a synchronized graphical view.

Check it out here.

Uses:

How To Run

Open in Gitpod

The easiest way to start working with this project is to open it in gitpod.io with the button above. If you would like to compile and run it on your own machine, follow the instructions below.

Prerequisites: yarn, Java

git clone https://github.com/OpenKieler/elkgraph-web.git
cd elkgraph-web/client
yarn install
yarn run build

cd ../server
./gradlew jettyRun

Then point your web browser to http://localhost:8080/

About

A web page with a text editor for ELK Graph and a synchronized graphical view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.0%
  • Xtend 31.5%
  • HTML 15.6%
  • JavaScript 5.3%
  • CSS 0.6%