Skip to content

bpmn-io/bpmn.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkout bpmn-js, dmn-js, or form-js if you search for our modeling toolkits.

bpmn.io

These bpmn.io project website sources.

Building the Website

The site is built via npm and requires a setup Node.js environment.

Generating the Site

Make sure you have the environment properly set up.

Develop

Build and serve the site on localhost:9000 via

npm run dev

Publish

Create a distribution ready version of the site via

npm run all

Fetch the results from the dist folder.