Graph explorer

Installation

Install dependencies

npm install

Build the project (in the dist folder)

npm run build

Run a local server (for development)

npm run serve

Graph gallery creation

There is a collection of pre-defined graphs, stored as json files. Some of those files are generated algorithmically with a generator script. This script must be run once to generate the graph files.

Rebuilding the graphs

npm run build:graphs