An open API service indexing awesome lists of open source software.

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.

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
```