Install nodejs
Open a terminal (cmd on windows).
Go to repo directory
cd /path/to/dir
Install dependencies
npm install
Run the application
npm start
A Javascript tool to help explore and compare different graph layout algorithms.
JavaScript
Install nodejs
Open a terminal (cmd on windows).
Go to repo directory
cd /path/to/dir
Install dependencies
npm install
Run the application
npm start