https://github.com/jamesbrink/darkstar
DarkStar - Experimental data visualization project using force directed graphs.
https://github.com/jamesbrink/darkstar
force-directed-graphs git graph-nodes nodejs react threejs webgl
Last synced: 2 months ago
JSON representation
DarkStar - Experimental data visualization project using force directed graphs.
- Host: GitHub
- URL: https://github.com/jamesbrink/darkstar
- Owner: jamesbrink
- License: mit
- Created: 2018-04-08T23:23:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T19:33:15.000Z (about 8 years ago)
- Last Synced: 2025-10-08T14:44:35.873Z (8 months ago)
- Topics: force-directed-graphs, git, graph-nodes, nodejs, react, threejs, webgl
- Language: JavaScript
- Homepage:
- Size: 103 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DarkStar
## About
Experimental data visualization project using force directed graphs.
## Setup
Install deps with yarn.
```shell
yarn
```
Place a file in this directory named gitHubToken with the contents of.
```javascript
module.exports = "";
```
Start the dev server.
```shell
yarn run dev
```