Calm Visualizer is a tool designed to help visualize and manage software architecture through a UI.
- Visualize uploaded architecure JSON file using cytoscape JS
- Toggle connection and node descriptions
To install Calm Visualizer, clone the repository and install the dependencies:
cd calm-visualizer
npm install
To start the UI, run:
npm run dev
This will start the UI and you can access the application at http://localhost:5174
.
To build the application for production, run:
npm run build
This will create a dist
directory with the production build of the application.
Copyright 2024 FINOS
Distributed under the Apache License, Version 2.0.
SPDX-License-Identifier: Apache-2.0