Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 543 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 543 Bytes

URL

www.stravakongen.com

eller

https://morteako.github.io/stravakongen

Env

for å kjøre lokalt så trengs det en .env i root som inneholder :

REACT_APP_REFRESH_TOKEN=YOUR_TOKEN
REACT_APP_CLIENT_SECRET=YOUR_SECRET
REACT_APP_CLIENT_ID=YOUR_ID

Egne tokens kan fåes ved å registrere en app her https://www.strava.com/settings/api eller sende meg en mail på [email protected]

Install and start

git checkout master

npm i

npm start

Deploy

Github Actions deployer automatisk etter man har pushet til master