From 72f129472044a97ffa06136da0a473581914c7e9 Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Sat, 21 Mar 2026 12:41:49 +0000 Subject: Initial Commit Set up Astro and shadcn/ui --- src/pages/index.astro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/pages/index.astro (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro new file mode 100644 index 0000000..ad15f25 --- /dev/null +++ b/src/pages/index.astro @@ -0,0 +1,17 @@ +--- +import Layout from "@/layouts/main.astro" +import { Button } from "@/components/ui/button" +--- + + +
+
+
+

Project ready!

+

You may now add components and start building.

+

We've already added the button component for you.

+ +
+
+
+
-- cgit