https://github.com/nikku/camunda-playground
Try out and explore Camunda in minutes, not hours.
https://github.com/nikku/camunda-playground
camunda cli playground
Last synced: about 1 year ago
JSON representation
Try out and explore Camunda in minutes, not hours.
- Host: GitHub
- URL: https://github.com/nikku/camunda-playground
- Owner: nikku
- License: mit
- Created: 2019-08-14T08:02:01.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:50:03.000Z (over 1 year ago)
- Last Synced: 2025-03-31T03:01:47.503Z (about 1 year ago)
- Topics: camunda, cli, playground
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/camunda-playground
- Size: 2.41 MB
- Stars: 17
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Camunda Playground
[](https://github.com/nikku/camunda-playground/actions?query=workflow%3ACI)
Try out and explore [Camunda](https://camunda.com/) in minutes, not hours.

## Usage
If you have [Node.js](https://nodejs.org/) installed, deploy and run your process:
```
npx camunda-playground diagram.bpmn
```
Alternatively, install the `camunda-playground` executable globally:
```
npm install -g camunda-playground
```
## Resources
* [Issues](https://github.com/nikku/camunda-playground/issues)
* [Changelog](./packages/app/CHANGELOG.md)
## Related
* [run-camunda](https://github.com/nikku/run-camunda) - Download and spin up Camunda painlessly from Node.js
* [Camunda Modeler](https://github.com/camunda/camunda-modeler) - The Camunda modeling and workflow implementation app
## License
MIT