A generic D3 frontend to model any type of system
To get started, pull the repo and run the following commands:
# install necessary dependencies
npm i
# startup a local server & open the app in your web browser
npm run dev -- --open
Click here to open a live test server that is dynamically updated based on the main branch of this repo