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