/metrics-peloton

Visualize your Peloton cycling output over time and other metrics

Primary LanguageSvelteMIT LicenseMIT

Peloton Metrics

Visualize your Peloton cycling output over time and other metrics. Production App / Live Demo.

Getting Started

Running Locally

To start locally, run the following commands:

    npm install
    npm run dev

The app should be available at http://localhost:5000.

Production Deploy

If looking to deploy, make sure to use npm run build and then deploy the /public folder (This will compile the code and create the service worker for the PWA). You can test the production build using npm run start.

Technical Details

This project is built using the Svelte framework and relies on ChartJS.