Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 322 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 322 Bytes

Layoutr

A graph layout web application

Installation

After a git checkout, run the following to serve the application locally:

npm i
npm run serve

Usage

  • 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!