Skip to content

Commit 90c4e52

Browse files
committed
docs(readme): add live demo link and login credentials
1 parent 2ac6be6 commit 90c4e52

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
## Open-source ERP for small-scale artisanal manufacturers and craft businesses
1010

11+
> **Live Demo:** [craftplan.fly.dev](https://craftplan.fly.dev) — log in with `test@test.com` / `Aa123123123123`
12+
1113
Craftplan brings all essential business tools into one platform — catalog management, inventory control, order processing, production planning, purchasing, and CRM — so you can get off the ground quickly without paying for multiple separate platforms.
1214

1315
![Manage overview with schedule, make sheet, and completion snapshot](screenshots/plan.webp)

docs/src/components/Hero.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,21 @@ const base = import.meta.env.BASE_URL;
1717
href={`${base}docs/getting-started/`}
1818
class="cursor-pointer inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium h-9 px-4 py-2 bg-indigo-600 text-white border border-indigo-600 shadow-xs hover:bg-indigo-500 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-stone-300"
1919
>Get Started</a>
20+
<a
21+
href="https://craftplan.fly.dev"
22+
target="_blank"
23+
rel="noopener noreferrer"
24+
class="cursor-pointer inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium h-9 px-4 py-2 bg-stone-200/50 border border-stone-300 shadow-xs hover:bg-stone-200 hover:text-gray-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-stone-300"
25+
>Live Demo</a>
2026
<a
2127
href="https://github.com/puemos/craftplan"
2228
target="_blank"
2329
rel="noopener noreferrer"
2430
class="cursor-pointer inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium h-9 px-4 py-2 bg-stone-200/50 border border-stone-300 shadow-xs hover:bg-stone-200 hover:text-gray-800 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-stone-300"
2531
>View on GitHub</a>
2632
</div>
33+
<p class="mt-4 text-sm text-stone-500">
34+
Log in with <code class="text-stone-600">test@test.com</code> / <code class="text-stone-600">Aa123123123123</code>
35+
</p>
2736
</div>
2837
</section>

0 commit comments

Comments
 (0)