Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.1 KB

Oti Commerce

Oti Commerce is a starter e-commerce app built with Next.js and Shopify, designed to help developers quickly set up online stores with essential functionalities such as cart management, product listings, and checkout.

Features

  • Checkout: Shopify-based checkout system for secure transactions.
  • Cart Management: Add, remove, and update items in the cart.
  • Product Categories: Organized product listings for easy navigation.

Getting Started

  1. Clone the repository:

    git clone https://github.com/patrickaigbogun/commerce-sample.git
  2. Install dependencies:

    pnpm install
  3. Set up environment variables by creating a .env.local file based on .env.example.

  4. Start the development server:

    pnpm dev

Technologies Used

  • Next.js: Framework for building fast, scalable web applications.
  • TypeScript: Type-safe development experience.
  • Tailwind CSS: Utility-first CSS framework for styling.

License

This project is licensed under the MIT License.