See bpmn-io/bpmn-js for our BPMN 2.0 rendering + modeling toolkit.
These are the sources our project website.
The site is built via Grunt and requires a setup Node.js environment.
To get started
-
Download and install Node.js
-
npm install -g grunt-cli bower
-
Install project dependencies
npm install bower install
Make sure you have the environment properly set up.
Build and serve the site on localhost:9000 via
grunt serve
Create a distribution ready version of the site via
grunt build
Fetch the results from the dist
folder.