This is first ZenBPM showcase for presentation purposes
⚠️ Warning: this is just a sample, not a real application.
# 1. Clone the repository
git clone <FILL_REPO_URL>
# 2. Install dependencies
cd zenbpm-showcase-fe
npm install
# 3. Run the app
npm run dev
# 4. Open http://localhost:9000 in your browserTo build a Docker image:
docker build -t zenbpm-showcase-fe .