clone the project:
git clone https://github.com/MohAlkurdi/reminder-app.gitCopy environment variable
cp .env.example .envadd your clerk credentials:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
install project dependencies:
pnpm imigrate the database
npx prisma db pushrun the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.



