An integrated modeling solution for BPMN, DMN and CMMN based on bpmn.io.
# 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
Spin up the application for development, all strings attached:
npm run dev
MIT
Uses bpmn-js, dmn-js, and cmmn-js, licensed under the bpmn.io license.