Skip to content

kevoree/kevoree-web-editor

Repository files navigation

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