Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 358 Bytes

dashboard-tutorial

Tutorial on how to create metrics dashboards like the THOR Dashboard

Getting Started

You'll need to have a simple web server running to serve the files and some underlaying data. This is simple however.

Just run

python -m SimpleHTTPServer

Then you'll be able to see all the files by accessing http://localhost:8000