minxc / camunda-modeler

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://camunda.com/bpmn/tool/

License:MIT License


Languages

Language:JavaScript 97.1%Language:CSS 2.3%Language:Shell 0.3%Language:HTML 0.2%Language:Batchfile 0.1%