- Activity import: Authenticate with Strava or load activities from GPX files
- Activity filtering: Filter activities by date, activity type, and other attributes
- Generate custom images: Turn your activities into images with custom color, background, and style!
- Set environment variables (src/.env):
APP_ADDRESS
: Base address of the application where it is being served. If unset, the app will use http://localhost.- Strava auth data (see Developer Dashboard)
STRAVA_CLIENT_ID
: Strava OAUTH Client IDSTRAVA_CLIENT_SECRET
: Strava OAUTH Client Secret
Docker is used to build and run the application.
./start.bat
source ./start.sh