Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
clean up homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer authored Aug 8, 2022
1 parent 6fc5c0d commit b703c3e
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,33 +65,6 @@ const Home: BlitzPage = () => {
<UserInfo />
</Suspense>
</div>
<p>
<strong>
To add a new model to your app, <br />
run the following in your terminal:
</strong>
</p>
<pre>
<code>blitz generate all project name:string</code>
</pre>
<div style={{ marginBottom: "1rem" }}>(And select Yes to run prisma migrate)</div>
<div>
<p>
Then <strong>restart the server</strong>
</p>
<pre>
<code>Ctrl + c</code>
</pre>
<pre>
<code>blitz dev</code>
</pre>
<p>
and go to{" "}
<Link href="/projects">
<a>/projects</a>
</Link>
</p>
</div>
<div className="buttons" style={{ marginTop: "5rem" }}>
<a
className="button"
Expand Down

0 comments on commit b703c3e

Please sign in to comment.