pbelmans / classified-graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 86.7%Language:JavaScript 7.8%Language:HTML 3.9%Language:SCSS 1.6%