diff --git a/.env b/.env deleted file mode 100644 index 3aa0f90..0000000 --- a/.env +++ /dev/null @@ -1,11 +0,0 @@ -STRAVA_CLIENT_ID=156364 -STRAVA_CLIENT_SECRET=9c71494197b8974a7d24c7636b4398706906f07f -REACT_APP_BACKEND_URL=http://localhost:8000 -#REACT_APP_SENTRY_DSN=https://3c277b76c35f3e111807ee103a0b8153@o4509179130544128.ingest.de.sentry.io/4509692477046864 -DEBUG=true -EMAIL_HOST=smtp.1und1.de -EMAIL_PORT=25 -EMAIL_HOST_USER=watson@almsick.com -EMAIL_HOST_PASSWORD=pwd4watson@almsick -EMAIL_USE_SSL=True -EMAIL_FROM=watson@almsick.com diff --git a/README.md b/README.md index 7cb042f..b78ddf6 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,13 @@ Create your own competition or use a friend’s invitation link to join their co ### Your Personal Dashboard: ![Preview Dashboard](/docs/imgs/preview-myspace-light.png) -### Competition Dashboards:* +### Competition Dashboards: ![Preview Competition](/docs/imgs/preview-competition-both.png) +### Automatic Strava Workout Import: +![Preview Strava Import](/src-frontend/public/how_to_strava_sync.png) +
If you like Workout Challenge, consider giving it a **star** ⭐! diff --git a/src-frontend/src/forms/supportModal.js b/src-frontend/src/forms/supportModal.js index 1ba7318..bc59577 100644 --- a/src-frontend/src/forms/supportModal.js +++ b/src-frontend/src/forms/supportModal.js @@ -56,6 +56,13 @@ function AccordionMenu() { {items.map((item, index) => ( ))} +
+
+

If you like Workout Challenge, consider giving it a star on Github ⭐!

+

Made with ❤️ in London

+ Buy Me a Coffee at ko-fi.com +
+
); }