Instalation

npm i --force

Use —force to ignore all the bugs

Setup the envs

  1. Here👇

    envsssss.PNG

  2. Helpful links👇

Now run this Prisma command

npx prisma db push

File Structures

  1. Main file (All these pages will show on your website)

    src → app → page.tsx

    app.PNG

  2. Src File (All the code is in here)

    src.PNG

  3. Src → Components → All the important files you will need

    comps.PNG

  4. Change images and add your own brand images if you want

images.PNG

How do I remove Razorpay, if payment not required ?