Skip to content

A adjacency matrix visualization built to work with the multinet ecosystem.

License

Notifications You must be signed in to change notification settings

multinet-app/multimatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2cdaa7 · Sep 28, 2023
Nov 19, 2021
Dec 21, 2022
Aug 28, 2023
Dec 21, 2022
Sep 7, 2021
Aug 26, 2023
Sep 28, 2020
Sep 5, 2019
Dec 16, 2021
Jul 10, 2023
Sep 28, 2023
Dec 21, 2022
Aug 11, 2023
Jun 28, 2022
Dec 21, 2022
Aug 11, 2023

Repository files navigation

MultiMatrix

This is the MultiMatrix data visualization app for the Multinet project. It is a typescript adjacency matrix application, written using the Vue.js framework, that allows users to visualize network data hosted on a Multinet instance.

Quick Start

To get the application up and running in dev mode:

  1. Ensure that you have Node and yarn installed.
  2. Check out this repository and move into it (e.g., cd multimatrix).
  3. Copy .env.default to .env with cp .env.default .env
  4. Install the Yarn dependencies: yarn install.
  5. Run the application: yarn serve.

For further details, including how to set up a full multinet instance, please see the full documentation.