Welcome to Coffee-Shop, a modern e-commerce platform built with Next.js and Tailwind CSS. This project showcases a stylish and fully responsive coffee shop website.
Clone the repository:
git clone https://github.com/your-username/Coffee-Shop.git
cd Coffee-Shop
Install dependencies:
npm install
# or
yarn install
Run the development server:
npm run dev
# or
yarn dev
Open in browser:
http://localhost:3000