Skip to content

Files

calm-visualizer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 21, 2025
Nov 5, 2024
Dec 6, 2024
Jan 14, 2025
Dec 6, 2024
Dec 18, 2024
Jan 14, 2025
Jan 27, 2025
Jan 28, 2025
Dec 6, 2024
Jan 14, 2025
Dec 6, 2024
Dec 6, 2024
Nov 15, 2024
Dec 20, 2024

Calm Visualizer

Calm Visualizer is a tool designed to help visualize and manage software architecture through a UI.

Features

  • Visualize uploaded architecure JSON file using cytoscape JS
  • Toggle connection and node descriptions

Installation

To install Calm Visualizer, clone the repository and install the dependencies:

cd calm-visualizer
npm install

Usage

To start the UI, run:

npm run dev

This will start the UI and you can access the application at http://localhost:5174.

Building for Production

To build the application for production, run:

npm run build

This will create a dist directory with the production build of the application.

License

Copyright 2024 FINOS

Distributed under the Apache License, Version 2.0.

SPDX-License-Identifier: Apache-2.0