Skip to content

ashez2000/crwn

Repository files navigation

CRWN (clothing store) 👑

Minimal clothing store built with Nextjs 13, Prisma

Run the app locally

Install dependencies

npm install

Add environment variables

cp .env.example .env

Update the environment variables in .env file

Run the application

npm run dev

Seed db

npm run seed