https://github.com/process-analytics/icpm-demo-2022
The demo presented at ICPM 2022
https://github.com/process-analytics/icpm-demo-2022
analytics bpmn demo javascript low-quality process visualization
Last synced: 11 months ago
JSON representation
The demo presented at ICPM 2022
- Host: GitHub
- URL: https://github.com/process-analytics/icpm-demo-2022
- Owner: process-analytics
- License: apache-2.0
- Created: 2022-08-20T08:46:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T09:18:05.000Z (about 1 year ago)
- Last Synced: 2025-01-14T10:47:58.356Z (about 1 year ago)
- Topics: analytics, bpmn, demo, javascript, low-quality, process, visualization
- Language: JavaScript
- Homepage: https://process-analytics.github.io/icpm-demo-2022/
- Size: 364 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The demo presented at ICPM 2022
| Archived on 2025-01-17 | We no longer maintain this repository. |
| -------- | -------- |
## 🎮 The deployed solution
To see the deployed solution: https://process-analytics.github.io/icpm-demo-2022/
## ⚒️ Development Setup
Use node 16
Install dependencies: `npm install`
Start the dev server: `npm start`
The demo is accessible at http://localhost:5173/
## 📃 License
The code of this demo is released under the [Apache 2.0](LICENSE) license.
## 🚀 Release how-to
When all updates have been completed, you are ready to publish a new release.
Create a new GitHub release by following the [GitHub help](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository#creating-a-release)
- for `Tag version`, use a value following the **vX.Y.Z** scheme using the [Semantic Versioning](https://semver.org/).
- for `Target`
- usually, keep the `main` branch except if new commits that you don't want to integrate for the release are already
available in the branch
- in that case, choose a dedicated commit
- Description
- briefly explain the contents of the new version
- make GitHub generates the [release notes automatically](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)
## ⚡ Powered by

**[GitHub Pages](https://pages.github.com/)** (demo live environment)

**[surge.sh](https://surge.sh)** (demo preview environment)