This site is published using GitHub Pages at: https://ubcspin.github.io/TCO-visualization-dashboard/
How to run:
- Install some sort of HTTP server (ex: http-server in Node or http.server in Python); Python ref: https://ryanblunden.com/create-a-http-server-with-one-command-thanks-to-python-29fcfdcd240e
- Navigate to this repo's top-level directory in a command line
- Run your HTTP server (Python 2 — 'python -m SimpleHTTPServer 8000' , Python 3 — 'python -m http.server 8000')
- Open the URL suggested by your server (ex: 127.0.0.1:8080, http://localhost:8000/index.html)