Skip to content

cybergreen-net/cg-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Known Vulnerabilities

Cg-Graphs

This repository is responsible for graphs and charts for Cybergreen Project

Setup

To install all dependencies:

$ npm install

To run local dev server:

$ npm start

To build production bundle.js:

$ npm run build

Tests

To run all tests

$ npm test