All Projects → kieler → elk-live

kieler / elk-live

Licence: EPL-1.0 License
A web page with a text editor for ELK Graph and a synchronized graphical view

Programming Languages

typescript
32286 projects
Xtend
68 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

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/kieler/elk-live.git
cd elk-live/client
yarn install
yarn run build

cd ../server
./gradlew jettyRun

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].