diff --git a/README.md b/README.md index 4bcbbac9..563ac3ed 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,16 @@ [![GitHub Repo stars](https://img.shields.io/github/stars/flomp/wanderer?style=social)](https://github.com/Flomp/wanderer/) [![Buy Me A Coffee](https://img.shields.io/badge/Support-wanderer-yellow?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/wanderertrails) + +[![Try the demo](https://img.shields.io/badge/Try_the_demo-EF2D5E?style=for-the-badge&logoColor=white&logo=rocket&color=2a56f1&labelColor=242734)](https://wanderer.to) + wanderer is a self-hosted trail database. You can upload your recorded tracks or create new ones and add various metadata to build an easily searchable catalogue. ## Core Features -![Screenshot of wanderer](docs/src/assets/features.png) +![Screenshot of wanderer](docs/src/assets/hero.png) - Manage your trails - Plan new routes diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index 3f57206b..133a3ecf 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -9,7 +9,7 @@ hero: image: file: ../../assets/logo_dark.svg actions: - - text: Visit the demo + - text: Try the demo link: https://demo.wanderer.to icon: rocket variant: primary diff --git a/web/src/routes/+layout.svelte b/web/src/routes/+layout.svelte index 3870b431..6af164dc 100644 --- a/web/src/routes/+layout.svelte +++ b/web/src/routes/+layout.svelte @@ -1,11 +1,13 @@ +{#if PUBLIC_IS_DEMO && !hideDemoHint} +
+
+ This is a demo instance. Do not store any relevant data here. You + can use the user 'demo' and password 'password' to login. + + +
+{/if} +