Using force-graph and d3-force for the rendering and physics simulation.
Install the dependencies:
pnpm install
Run the dev server:
pnpm start
Uncomment the script tag for the graph you want to see in index.html
(only one at a time):
<script src="./dist/unweighted-graph.js"></script>
<!-- <script src="./dist/weighted-graph.js"></script> -->