Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 858 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 858 Bytes

This project is an attempt to make this hackathon

The project is deployed here using vercel

Technologies Used

  1. Next.js for building project

  2. TailwindCSS and Shadcn UI for styling

  3. Sanity for backend CMS

  4. Vercel Postgres SQL and Drizzle ORM for database

  5. React-hot-toast library for notifications

  6. Lucide for icons

  7. Stripe for payment processing

Running locally

  1. Clone the repository
git clone https://github.com/AbdullahKhetran/hackathon.git
  1. Move into the directory
cd hackathon
  1. Install the dependencies
npm i
  1. Add your environment variables

  2. Start localhost

npm run dev
  1. Visit localhost at browser