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.
To get the application up and running in dev mode:
- Ensure that you have Node and yarn installed.
- Check out this repository and move into it (e.g.,
cd multimatrix
). - Copy .env.default to .env with
cp .env.default .env
- Install the Yarn dependencies:
yarn install
. - Run the application:
yarn serve
.
For further details, including how to set up a full multinet instance, please see the full documentation.