bpmn-js-custom-implementation icon indicating copy to clipboard operation
bpmn-js-custom-implementation copied to clipboard

Custom implementation of bpmn.io library

Custom implementation of the bpmn-js library

This project is a custom bundle of bpmn-js library.

Online demo: http://davcs86.github.io/bpmn-js-custom-implementation/#/modeler

Install

  1. Clone the repo

    $> git clone https://github.com/davcs86/bpmn-js-custom-implementation.git
    
  2. Install the NPM packages

    $> cd bpmn-js-custom-implementation && npm install
    
  3. Install the bower packages in the dist folder

    $> cd dist && bower install
    
  4. Build the bundle with grunt

    $> cd .. && grunt build
    

    Optional

  5. Run with BrowserSync with grunt

    $> grunt devel