camunda/camunda-modeler
An integrated modeling solution for BPMN and DMN based on bpmn.io.
repo name | camunda/camunda-modeler |
repo link | https://github.com/camunda/camunda-modeler |
homepage | https://camunda.com/products/modeler |
language | JavaScript |
size (curr.) | 19411 kB |
stars (curr.) | 741 |
created | 2015-09-18 |
license | MIT License |
Camunda Modeler
An integrated modeling solution for BPMN and DMN based on bpmn.io.
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
Contributing
Please checkout our contributing guidelines if you plan to file an issue or pull request.
Code of Conduct
By participating to this project, please uphold to our Code of Conduct.
License
MIT
Uses bpmn-js, dmn-js, and cmmn-js, licensed under the bpmn.io license.