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
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.
The editor can also be deployed locally in Docker
docker run -p 9090:80 -d kevoree/editor
Then go to http://localhost:9090
npm install
grunt serve