A React application to develop graph visualization and interaction components for the CINES project.
(The cines-react/vanilla
directory contains a vanilla JavaScript
prototype that was developed before this React version.)
- If using Nix, run
nix develop
; otherwise, ensure that Node 16.16 is installed. npm install
npm start
- Point a web browser to
http://localhost:3000
.