While I am familiar with JavaScript in a web browser context, I am looking to display data online in the same way as this particular web component: https://github.com/vasturiano/3d-force-graph
The setup instructions provided are quite challenging for beginners, assuming some level of basic to advanced knowledge. Despite discussions indicating that implementing the component is actually very straightforward, no one seems to provide concrete guidance on how to do so.
I have come to the assumption that there may be a requirement for a JavaScript server (perhaps node.js). Additionally, it appears that Three.js and d3-force-3d need to be imported somehow, somewhere—but beyond that, I am unsure of what else is necessary. Unfortunately, I am struggling to comprehend how to configure everything properly in order to run one of these scripts.
Could someone offer me some beginner-level hints on how to navigate using these scripts? I am eager to learn and investigate further, but am unsure of where to start my search. The information provided in the link is quite specific and lacks comprehensive detail, leaving me feeling somewhat lost.
I have scoured the internet for resources for two days now, however, there appears to be limited material available on 3d-force-graph, especially concerning setup procedures.
All I really require is some sort of informational bridge to help me set up and execute these scripts (with customized data) without expert-level expertise. I would greatly appreciate any insight into the required environment, libraries/dependencies, import methods, and related details, even if they are just general pointers to get started.
Thank you.