diff --git a/app/docs/getting-started/page.tsx b/app/docs/getting-started/page.tsx new file mode 100644 index 00000000..97408b5f --- /dev/null +++ b/app/docs/getting-started/page.tsx @@ -0,0 +1,105 @@ +import { Metadata } from "next"; +import Link from "next/link"; + +import { Download } from "lucide-react"; + +import { Button } from "@/components/ui/button"; +import { + Card, + CardContent, + CardDescription, + CardHeader, + CardTitle, +} from "@/components/ui/card"; + +import CopyCommandButton from "../../docs/components/copy-command-button"; + +export const metadata: Metadata = { + title: "Getting Started", + description: + "Welcome to 8bitcn/ui! This guide will help you set up and start using our retro-styled components in your project.", +}; + +export default function GettingStartedPage() { + return ( +
+ Welcome to 8bitcn/ui! This guide will help you set up and start + using our retro-styled components in your project. +
+
+ {`{
+ "registries": {
+ "@8bitcn": "https://8bitcn.com/r/{name}.json"
+ }
+}`}
+
+