Joint project by Johannes Schmidt and me. This repository provides the frontend code for the monitor webpage.
Any contribution is welcome, start by cloning this repo:
git clone https://github.com/energy-monitor/web.git
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