Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 728 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 728 Bytes

Dashboard

Dashboard is a desktop generic dashboard with components for bootstraping a dashboard app quickly.

Screen Shot 2020-09-27 at 05 59 25

It is built on Lego for webcomponents and Decor for basic styling.

It's fully customizable overriding or replacing the dashboard.css file.

Quick start

git clone https://github.com/Polight/dashboard
cd dashboard
git submodule init && git submodule update
npm install
npm start

Open your browser at http://localhost:8080.