Finish setup

Looks like you still need to import your Strava data.

1

Import Strava data

terminal
docker compose exec app bin/console app:data:import
2

Build static HTML files

terminal
docker compose exec app bin/console app:data:build

Requires at least one imported activity before it will run.

Refresh this page after you've run the commands.