This is a repository for a Full Stack E-Commerce + Dashboard & CMS: Next.js 13 App Router, React, Tailwind, Prisma, MySQL and ReactQuery
pnpm i
Set the environment variables: Create a .env file in the root directory and add the variables from the local .env.example file
cp .env.example .env
pnpm prisma generate
pnpm prisma db push
pnpm dev