Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 555 Bytes

File metadata and controls

26 lines (17 loc) · 555 Bytes

Gambit Pairing Website

This is the website for the app Gambit-Pairing, built with Next.js, Tailwind CSS, and Framer Motion.

Getting Started

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Project Structure

  • src/app: App Router pages and layout
  • src/components: Reusable UI components and sections
  • src/lib: Utility functions
  • public: Static assets (images, screenshots)