# Workflow Visualiser ## Usage ### Prerequisites #### Data First, you need to generate the visualisation data: ```sh $ cabal run workflow-visualiser -- --all ``` #### Frontend You need to install some libraries: ```sh $ 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: ```sh $ npm start ```