Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 757 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npx create-next-app@latest --experimental-app
cd next-13-app
npm install prisma --save-dev
npx prisma init
npm install @prisma/client
npx prisma db pull
# or
yarn dev

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.