This is a Vite-based web application written in TypeScript. It generates BPMN diagrams from an Activity Relationship Matrix (ARM) and renders them using the bpmn-js
library.
- Built with Vite and TypeScript
- Renders BPMN diagrams using
bpmn-js
- Parses ARM (Activity Relationship Matrix) into BPMN XML
- Automatically adds tasks, gateways, and sequence flows with proper layout
Make sure you have the following installed:
Check if Node.js and npm are installed:
node -v
npm -v
- clone repo
cd arm-to-bpmn-ui
npm install
npm run dev
This will start the Vite dev server. Open your browser and visit it