This repository provides a simple demonstration of how to use the Petri net modeling tool ptn-js in a simple application.
Node must be installed to run the demo locally.
To get started, clone the repository on your machine. After navigating to the installation folder, the following commands will start the tool:
npm install
npm run start
The modeler is then accessible at http://localhost:3000/.
For development purposes, you can use a different command to automatically re-bundle on changes:
npm run dev