This repository contains source code and files used during the development of the Authoring Tool prototype to accomplish task 5.2 of the Teaming.AI project.
- Node.js (tested with
v18.13.0
) - Docker
- Docker compose
# Install dependencies
$ npm install
# Launch the Authoring Tool
$ npm start
# Start auth-tool container (use --build flag to update image with local changes)
$ docker-compose up -d
# Stop running container
$ docker-compose down
You can find some diagrams examples under the src/assets/diagrams
directory and import them into the editor.
- create and modify BPMN diagrams
- import local diagrams
- homepage displaying recently opened diagrams
- save and delete diagrams from browser's local storage
- export diagrams in .bpmn and .svg formats
- token simulation mode
- support camunda properties panel