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.
- 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.
-
Clone the repository:
git clone https://github.com/patrickaigbogun/commerce-sample.git
-
Install dependencies:
pnpm install
-
Set up environment variables by creating a
.env.local
file based on.env.example
. -
Start the development server:
pnpm dev
- Next.js: Framework for building fast, scalable web applications.
- TypeScript: Type-safe development experience.
- Tailwind CSS: Utility-first CSS framework for styling.
This project is licensed under the MIT License.