# layoutr **Repository Path**: mirrors_Kitware/layoutr ## Basic Information - **Project Name**: layoutr - **Description**: A graph layout web application - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Layoutr A graph layout web application ## Installation After a git checkout, run the following to serve the application locally: ``` npm i npm run dev ``` ## 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!