{"id":26881832,"url":"https://github.com/process-analytics/bpmn-visualization-demo-template","last_synced_at":"2026-05-16T00:35:37.048Z","repository":{"id":154166532,"uuid":"611675019","full_name":"process-analytics/bpmn-visualization-demo-template","owner":"process-analytics","description":"A template to quickly initiate a `bpmn-visualization` demo powered by `Vite` and written in `TypeScript`","archived":false,"fork":false,"pushed_at":"2025-01-13T16:19:03.000Z","size":796,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-13T17:27:27.433Z","etag":null,"topics":["bpmn","demo","low-quality","template","typescript","visualization","vitejs"],"latest_commit_sha":null,"homepage":"https://process-analytics.github.io/bpmn-visualization-demo-template/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/process-analytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-09T10:09:13.000Z","updated_at":"2024-12-30T09:52:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"31deeac6-e31c-456e-8143-3fb6be21afb8","html_url":"https://github.com/process-analytics/bpmn-visualization-demo-template","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/process-analytics%2Fbpmn-visualization-demo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/process-analytics%2Fbpmn-visualization-demo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/process-analytics%2Fbpmn-visualization-demo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/process-analytics%2Fbpmn-visualization-demo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/process-analytics","download_url":"https://codeload.github.com/process-analytics/bpmn-visualization-demo-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246493370,"owners_count":20786550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bpmn","demo","low-quality","template","typescript","visualization","vitejs"],"created_at":"2025-03-31T15:58:45.007Z","updated_at":"2026-05-16T00:35:37.019Z","avatar_url":"https://github.com/process-analytics.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bpmn-visualization-demo-template\n\n| Archived on 2024-01-13 | We no longer use this repository. |\n| -------- | -------- |\n\n\nA template repository to quickly initiate a [bpmn-visualization](https://github.com/process-analytics/bpmn-visualization-js) demo\n- powered by [Vite](https://vitejs.dev/)\n- written in [TypeScript](https://www.typescriptlang.org/)\n\n\n## 🤔 Using the template\n\n- Create your repository based on this repository template: see https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template\n\n- Update the repository settings\n  - GitHub pages: enable _Build and deployment_ with _Source_ [GitHub Actions](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow)\n  - Dependabot: a configuration is provided by the template, see the [configuration documentation](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates) for more details.\n  - GH actions: enable and manage secrets (it may require to manage them at GitHub organization level)\n  - Other settings: apply guidelines described in the [.github](https://github.com/process-analytics/.github/) repository\n\n\n## 🎮 Live demo\n\n\u003c!--\nTODO: this is the url of the template repository. Change the url to match the URL of the actual repository.\n--\u003e\nThe live demo is available at ⏩ https://process-analytics.github.io/bpmn-visualization-demo-template/\n\n\n## ⚒️ Development Setup\n\nUse the node version declared in [.nvmrc](.nvmrc). You can use a Node version manager like [nvm](https://github.com/nvm-sh/nvm): `nvm use`\n\nInstall dependencies: `npm install`\n\nStart the dev server: `npm run dev`\n\nThe demo is accessible at http://localhost:5173/\n\n### 🎨 Code linter\n\nThe code should be linted with [xo](https://github.com/xojs/xo). To have support in your favorite IDE, see the [how-to used in IDE](https://github.com/xojs/xo#editor-plugins) documentation. \n\nTo lint the code, run `npm run lint`.\n\n\n## 📃 License\n\nThe code of this demo is released under the [Apache 2.0](LICENSE) license.\n\n\n## 🚀 Release how-to\n\nWhen all updates have been completed, you are ready to publish a new release.\n\nNotes: use the previous [releases](https://github.com/process-analytics/bpmn-visualization-demo-template/releases) as a source of inspiration.\n\nCreate 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)\n- for `Tag version`, use a value following the **vX.Y.Z** scheme using the [Semantic Versioning](https://semver.org/).\n- for `Target`\n    - usually, keep the `main` branch except if new commits that you don't want to integrate for the release are already\n      available in the branch\n    - in that case, choose a dedicated commit\n- Description\n    - briefly explain the contents of the new version\n    - if the `bpmn-visualization` version is updated, mention it\n    - make GitHub generates the [release notes automatically](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes)\n- Generate and attach an archive of the demo\n  - generate the demo archive by running `npm run build` with the code of the commit that will be used for the release\n  - zip the demo archive into `bpmn-visualization-demo-template-X.Y.Z.zip`\n  - generate the checksum of the archive and store it in a `bpmn-visualization-demo-template-X.Y.Z_checksums.txt` file by running: `sha256sum ./bpmn-visualization-demo-template-X.Y.Z.zip`\n  - attach the demo and the checksum files as an asset of the release\n  - in the release notes, explain how to run the demo attached to this release\n\n\n## ⚡ Powered by\n\n\u003cimg src=\"public/github-logo.svg\" alt=\"GitHub logo\" title=\"GitHub Pages\" width=\"110\"/\u003e\n\n**[GitHub Pages](https://pages.github.com/)** (\u003ckbd\u003edemo\u003c/kbd\u003e live environment)\n\n\u003cimg src=\"https://surge.sh/images/logos/svg/surge-logo.svg\" alt=\"surge.sh logo\" title=\"surge.sh\" width=\"110\"/\u003e\n\n**[surge.sh](https://surge.sh)** (\u003ckbd\u003edemo\u003c/kbd\u003e preview environment)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocess-analytics%2Fbpmn-visualization-demo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprocess-analytics%2Fbpmn-visualization-demo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocess-analytics%2Fbpmn-visualization-demo-template/lists"}