A graph layout web application
After a git checkout, run the following to serve the application locally:
npm i
npm run serve
- Click "Upload Edge List CSV" to upload a file of the form:
source,target
a,b
b,c
c,d
d,a
- Click "Start Layout".
- Play with the controls!