489 B
489 B
Workflow Visualiser
Usage
Prerequisites
Data
First, you need to generate the visualisation data:
$ cabal run workflow-visualiser -- --all <path-to-source-yaml-directory> <directory-of-http-server>
Frontend
You need to install some libraries:
$ npm install
Run
Run the following command. This will generate a Webpack bundle from the Typescript source, launch a local http server and open the application in your browser:
$ npm start