/bpmn.io

The bpmn.io website

Primary LanguageCSS

bpmn.io

See bpmn-io/bpmn-js for our BPMN 2.0 rendering + modeling toolkit.

These are the sources our project website.

Building the Website

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

Setup Environment

To get started

  • Download and install Node.js

  • Get Grunt and Bower

    npm install -g grunt-cli bower
    
  • Install project dependencies

    npm install
    bower install
    

Generating the Site

Make sure you have the environment properly set up.

Develop

Build and serve the site on localhost:9000 via

grunt serve

Publish

Create a distribution ready version of the site via

grunt build

Fetch the results from the dist folder.