Dashboard for activities
.NET 6.0 SDK
- Get your strava clientID and secret from https://www.strava.com/settings/api
- Go to
Activities.Webin your terminal - Run
dotnet user-secrets set "Strava:ClientId" "<id>" - Run
dotnet user-secrets set "Strava:Secret" "<secret>"
- Go to
Activities.Web\ClientAppin your terminal and runnpm config set legacy-peer-deps trueand thennpm install - Go to
Activities.Webin your terminal and rundotnet watch- This will start the website
- Go to
Activities.Web\ClientAppin your terminal and runnpm config set legacy-peer-deps trueand thennpm install - Run the project as you normally would. Activities.Web should be the startup project.