Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevoree/kevoree-web-editor
Kevoree model editor
https://github.com/kevoree/kevoree-web-editor
editor kevoree model tool
Last synced: about 1 month ago
JSON representation
Kevoree model editor
- Host: GitHub
- URL: https://github.com/kevoree/kevoree-web-editor
- Owner: kevoree
- Created: 2014-01-09T13:10:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T12:38:56.000Z (over 7 years ago)
- Last Synced: 2024-11-23T01:41:59.676Z (about 1 month ago)
- Topics: editor, kevoree, model, tool
- Language: JavaScript
- Homepage: http://editor.kevoree.org
- Size: 14.3 MB
- Stars: 6
- Watchers: 9
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kevoree Web Editor [![Build Status](https://travis-ci.org/kevoree/kevoree-web-editor.svg?branch=master)](https://travis-ci.org/kevoree/kevoree-web-editor)
Web app for [Kevoree](http://kevoree.org/) model management
You can try it here [https://editor.kevoree.org](https://editor.kevoree.org)
Or on gh-pages [https://kevoree.github.io/kevoree-web-editor](http://kevoree.github.io/kevoree-web-editor)## Overview
- [What is it for ?](README.md#what-is-it-for-)
- [How do I use it ?](README.md#how-do-i-use-it-)
- [How do I contribute ?](README.md#how-do-i-contribute-)## What is it for ?
The purpose of Kevoree Web Editor (KWE) is to provide an easy-to-use tool to manage your [Kevoree](http://kevoree.org/) 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**
```sh
docker run -p 9090:80 -d kevoree/editor
```Then go to http://localhost:9090
### Manual install
```sh
npm install
grunt serve
```