Skip to content

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

License

Notifications You must be signed in to change notification settings

nandsha/camunda-modeler

 
 

Repository files navigation

Camunda Modeler

Build Status

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

Camunda Modeler

Resources

Building the Application

Build the app in a Posix environment. On Windows that is Git Bash or WSL.

# checkout a tag
git checkout v1.1.0

# install dependencies
npm install

# execute all checks (lint, test and build)
npm run all

# build the application to ./dist
npm run build

Development Setup

Spin up the application for development, all strings attached:

npm run dev

License

MIT

Uses bpmn-js, dmn-js, and cmmn-js, licensed 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 96.6%
  • Less 2.9%
  • Other 0.5%