Skip to content

fede-palazz/authoring-tool

Repository files navigation

Authoring Tool

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.

Getting started

Prerequisites

Installation

# Install dependencies
$ npm install

# Launch the Authoring Tool
$ npm start

Docker

# Start auth-tool container (use --build flag to update image with local changes)
$ docker-compose up -d

# Stop running container
$ docker-compose down

Examples

You can find some diagrams examples under the src/assets/diagrams directory and import them into the editor.

Features

  • 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

External libraries

About

TEAMING.AI Authoring Tool development repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published