Experimental data visualization project using force directed graphs.
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
DarkStar - Experimental data visualization project using force directed graphs.
JavaScriptMIT