Home

Awesome

bpmn-visualization-demo-template

A template repository to quickly initiate a bpmn-visualization demo

🤔 Using the template

🎮 Live demo

<!-- TODO: this is the url of the template repository. Change the url to match the URL of the actual repository. -->

The live demo is available at ⏩ https://process-analytics.github.io/bpmn-visualization-demo-template/

⚒️ Development Setup

Use the node version declared in .nvmrc. You can use a Node version manager like nvm: nvm use

Install dependencies: npm install

Start the dev server: npm run dev

The demo is accessible at http://localhost:5173/

🎨 Code linter

The code should be linted with xo. To have support in your favorite IDE, see the how-to used in IDE documentation.

To lint the code, run npm run lint.

📃 License

The code of this demo is released under the Apache 2.0 license.

🚀 Release how-to

When all updates have been completed, you are ready to publish a new release.

Notes: use the previous releases as a source of inspiration.

Create a new GitHub release by following the GitHub help

⚡ Powered by

<img src="public/github-logo.svg" alt="GitHub logo" title="GitHub Pages" width="110"/>

GitHub Pages (<kbd>demo</kbd> live environment)

<img src="https://surge.sh/images/logos/svg/surge-logo.svg" alt="surge.sh logo" title="surge.sh" width="110"/>

surge.sh (<kbd>demo</kbd> preview environment)