Skip to content

KuttKatrea/camunda-modeler

 
 

Repository files navigation

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 -g wiredeps

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.3%
  • CSS 5.1%
  • Other 0.6%