kevoree / kevoree-web-editor

Kevoree model editor
http://editor.kevoree.org
6 stars 2 forks source link
editor kevoree model tool

Kevoree Web Editor Build Status

Web app for Kevoree model management
You can try it here https://editor.kevoree.org
Or on gh-pages https://kevoree.github.io/kevoree-web-editor

Overview

What is it for ?

The purpose of Kevoree Web Editor (KWE) is to provide an easy-to-use tool to manage your Kevoree models & runtimes.
It is written in Javascript and has been designed to work as a static standalone Web application.

Usage

Docker

The editor can also be deployed locally in Docker

docker run -p 9090:80 -d kevoree/editor

Then go to http://localhost:9090

Manual install

npm install
grunt serve