Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 715 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 715 Bytes

Wellbeing Study Explorer

Wellbeing Study Explorer Logo

This is an Angular-based Progressive Web App (PWA) to visualize data from the wellbeing study.

Explore Data

To use this web app, navigate to the instance hosted by GitHub Pages.

Run App locally

You can also run the app locally. Checkout this repo and install the dependencies using npm install. Afterwards, you can run npm run start for a local development server which is updated whenever a file is modified.

Deployment

To deploy the app, you need to build it first with npm run build or npm run build-docs.