Skip to content

mschoe/bpmn.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The bpmn.io website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors