# element-template-playground **Repository Path**: mirrors_bpmn-io/element-template-playground ## Basic Information - **Project Name**: element-template-playground - **Description**: A playground to edit element templates - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-30 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-template-playground A simple playground to define + preview Camunda 8 element templates. [:arrow_right: __Try it out__](https://bpmn-io.github.io/element-template-playground). [![Image](./resources/screencapture.gif)](https://bpmn-io.github.io/element-template-playground) ## Build ```sh npm install ``` ```sh # build into ./public npm run build # run locally npm start ```