Skip to content

Latest commit

Β 

History

History
65 lines (44 loc) Β· 1.04 KB

File metadata and controls

65 lines (44 loc) Β· 1.04 KB

CommerCN

A collection of pre-built ShadCN UI blocks specifically designed for e-commerce websites. Built with Next.js, TypeScript, and Tailwind CSS.

CommerCN - ShadCN UI Blocks for E-commerce Websites

Features

  • 🎨 Pre-built UI components using ShadCN UI
  • πŸ“± Fully responsive design
  • πŸ›’ E-commerce focused blocks
  • ⚑ Built with Next.js 16 and React 19
  • 🎯 TypeScript support
  • πŸŽͺ Motion animations
  • πŸ“š Documentation powered by Fumadocs

Tech Stack

  • Framework: Next.js 16
  • Language: TypeScript
  • Styling: Tailwind CSS 4
  • UI Components: ShadCN UI
  • Icons: Lucide React
  • Animations: Motion
  • Documentation: Fumadocs

Getting Started

Installation

npm install

Development

npm run dev

Open http://localhost:3000 in your browser.

Build

npm run build

Linting

# Check code quality
npm run lint

# Format code
npm run format

# Build registry
npm run registry:build

License

MIT