Workflow Display Tool is a web application for visualizing workflows using React and Vite.
- Visualize workflows with interactive nodes and edges
- Detailed task information display on node click
- Responsive design for both desktop and mobile views
- Docker
Follow these instructions to get a copy of the project up and running on your local machine using Docker.
-
Build the Docker image:
docker build -t workflow-display-tool .
-
Run the Docker container:
docker run -p 4173:4173 workflow-display-tool
-
Access the application:
Open your web browser and navigate to
http://localhost:4173
.