Skip to content

energy-monitor/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joint project by Johannes Schmidt and me. This repository provides the frontend code for the monitor webpage.

Contribute

Any contribution is welcome, start by cloning this repo:

git clone https://github.com/energy-monitor/web.git

Web

The website uses webpack as bundler and the javascript framework Vue.js. The visualisations are created by the gen-vis library which is build on top of Vue.js and d3.

To run the monitor website locally in dev mode:

cd web
npm install
npm run dev