Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.54 KB

README.md

File metadata and controls

59 lines (34 loc) · 1.54 KB

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.