This tool allows for the creation of simplified UML Class Diagrams through an interactive modeling interface. The modeler was created based on this template repository and heavily relies on diagram-js.
- Clone this repository
- Navigate into the created directory
- Run
npm install - Run
npm link - Clone the development repository
- Navigate into the created directory
- Follow the setup instructions of the development repository
- Run
npm install - Run
npm link @bptlab/openbpt-modeler-class-diagram
To start the modeler, run npm run dev in the development repo's directory.