forked fromcamunda/camunda-modeler
- Notifications
You must be signed in to change notification settings - Fork0
An extended version of the Camunda Modeler focused on education.
License
NotificationsYou must be signed in to change notification settings
fercgomes/camunda-modeler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An integrated modeling solution for BPMN, DMN, and Forms based onbpmn.io.
- Internationalization
- English support
- Brazilian portuguese support
- Strong support for BPMN best practices
Build the app in a Posix environment. On Windows that is Git Bash or WSL. Make sure you have installed all thenecessary tools to install and compile Node.js C++ addons.
# checkout a taggit checkout master# install dependenciesnpm install# execute all checks (lint, test and build)npm run all# build the application to ./distnpm run build
Spin up the application for development, all strings attached:
npm run dev
Please checkout ourcontributing guidelines if you plan tofile an issue or pull request.
By participating to this project, please uphold to ourCode of Conduct.
MIT
Usesbpmn-js,dmn-js,cmmn-js, andform-js licensed under thebpmn.io license.