OSU-Sustainability-Office / energy-dashboard

Oregon State University's energy dashboard.
https://dashboard.sustainability.oregonstate.edu
GNU General Public License v3.0
11 stars 0 forks source link
dashboard data data-visualization electricity oregon-state-university vue vuex-store

OSU Energy Dashboard

Frontend StatusAPI Status Test Build Status

This Energy Dashboard has been developed by the Oregon State University Sustainability Office to enable members of the OSU community to access, view, and analyze energy consumption trends. The production build of this application can be found at https://dashboard.sustainability.oregonstate.edu. A test build is hosted on an AWS S3 bucket here.

Contributors "Hall of Fame"

Testing Locally

We recommend setting up nvm to set your node installation to version 18 (nvm use 18).

Running npm run serve will run the front-end locally.

To run the serverless backend API locally you'll want to run sam local start-api (docker will need to be running first).

Formatting

Run both in order

Documentation

For more detailed information about how the dashboard front-end works internally, there's a README.md with the vue components described under the documents/frontend directory.