Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 306 Bytes

File metadata and controls

23 lines (16 loc) · 306 Bytes

Next.js + Tailwind CSS Example

Make sure Postgres is installed and running and you have defined your postgres db in your env file.

# create .env
cp .env.example .env
npm install
npx prisma migrate dev --name init
npm run dev