From b703c3e45e0f5dcf4d587ab2197e1f192ced9858 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Mon, 8 Aug 2022 16:33:16 -0400 Subject: [PATCH] clean up homepage --- app/pages/index.tsx | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/app/pages/index.tsx b/app/pages/index.tsx index b49e733..d70295e 100644 --- a/app/pages/index.tsx +++ b/app/pages/index.tsx @@ -65,33 +65,6 @@ const Home: BlitzPage = () => { -

- - To add a new model to your app,
- run the following in your terminal: -
-

-
-          blitz generate all project name:string
-        
-
(And select Yes to run prisma migrate)
-
-

- Then restart the server -

-
-            Ctrl + c
-          
-
-            blitz dev
-          
-

- and go to{" "} - - /projects - -

-