This is a Next.js 15 RC project with npx create-next-app@rc
.
https://github.com/user-attachments/assets/29ea2603-b130-4df0-b09e-ee463bb23ab3
Do give it a star.
This is a production ready template/app with everything ready for you to get started, so if you fork it, make some sick apps.
If you face any probelm you can reach out to me via Rishi Lahoti or create an issue here.
Contributions can be done here only if you like!
*.css
to tailwindcss
strings
to on
Rename the .env.example
to the .env
and I assuming you know how to add all the secret keys since you are using this. If not hit me up or create an issue.
I have alerady added .env
to .gitignore
.
Install dependencies using npm:
npm i --legacy-peer-deps
Copy .env.example
to .env
and update the variables
cp .env.example .env
npm run dev
schem.prisma
according to your need and and push it to the DBnpx prisma db push
This project is licensed under the terms of the LICENSE.md.