diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..15fa07c --- /dev/null +++ b/.ignore @@ -0,0 +1,2 @@ +node_modules/** +.next/** diff --git a/src/app/page.tsx b/src/app/page.tsx index bff7a1c..d51141d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,34 +3,8 @@ import Link from "next/link"; export default function HomePage() { return (
-
-

- Create T3 App -

-
- -

First Steps →

-
- Just the basics - Everything you need to know to set up your - database and authentication. -
- - -

Documentation →

-
- Learn more about Create T3 App, the libraries it uses, and how to - deploy it. -
- -
+
+ Hello World
);