23 lines
489 B
Markdown
23 lines
489 B
Markdown
# Workflow Visualiser
|
|
|
|
## Usage
|
|
### Prerequisites
|
|
#### Data
|
|
|
|
First, you need to generate the visualisation data:
|
|
|
|
```sh
|
|
$ cabal run workflow-visualiser -- --all <path-to-source-yaml-directory> <directory-of-http-server>
|
|
```
|
|
|
|
#### 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
|
|
``` |