/darkstar

DarkStar - Experimental data visualization project using force directed graphs.

Primary LanguageJavaScriptMIT LicenseMIT

DarkStar

About

Experimental data visualization project using force directed graphs.

Setup

Install deps with yarn.

yarn

Place a file in this directory named gitHubToken with the contents of.

module.exports = "<YOUR TOKEN>";

Start the dev server.

yarn run dev