This is the website for the app Gambit-Pairing, built with Next.js, Tailwind CSS, and Framer Motion.
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
src/app: App Router pages and layoutsrc/components: Reusable UI components and sectionssrc/lib: Utility functionspublic: Static assets (images, screenshots)