Skip to content

satisfactory-sci/Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Basic dashboard made with D3.js and React. There is a elementary build system to keep the developing flow on. Here is simple instructions to get dev version up and running.

Getting Started

$ npm install
$ gulp
(open another terminal)
$ npm run debug
You can now find the dashboard on port 3000

Production

You can build the production build with

$ gulp --production

Releases

No releases published

Packages

No packages published