Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 746 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 746 Bytes

Stroller Stats

This project integrates with the Strava API to display stroller run data. It is deployed at StrollerStats.com. The project was bootstrapped with Create-React-App on the frontend and Google Firebase Functions and Firestore for the backend

Preview of the app appearance

Running Locally

From the project directory run npm start to run the project locally. Open http://localhost:3000 to view it in your browser.

From the functions directory, run firebase deploy --only functions in order to deploy function changes to google firebase.

Feature requests and code contributions

These are welcome! File an issue and we'll see what we can do.