Aneeskhan / camunda-modeler

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io

Home Page:https://camunda.org/bpmn/tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looking for the legacy Camunda Eclipse plug-in?

Camunda Modeler

Build Status

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.

Camunda Modeler

Resources

Building the Application

# checkout a tag
git checkout v1.1.0

# install
npm install

# run all tests
npm run all

Build a Snapshot (the master branch)

Building the master branch may fail due to snapshot dependencies being missing. If that is the case, link them into the modeler project using the wiredeps utility:

npm install wiredeps

node_modules/.bin/wiredeps

Development Setup

Spin up the application for development, all strings attached:

npm run dev

License

MIT

Contains parts (bpmn-js, dmn-js, cmmn-js) released under the bpmn.io license.

About

An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io

https://camunda.org/bpmn/tool

License:Other


Languages

Language:JavaScript 92.7%Language:CSS 7.3%Language:HTML 0.0%