ecommerce / README.md
Hanzo Dev
Add proper YAML frontmatter to README
311e946
---
title: ecommerce
emoji: ๐Ÿš€
colorFrom: gray
colorTo: gray
sdk: docker
pinned: false
---
# ecommerce Template
A Hanzo template for building modern applications.
## Features
- Built with @hanzo/ui
- Fully responsive
- TypeScript support
- Tailwind CSS styling
- shadcn/ui components
## Installation
```bash
npx create-hanzo-app --template ecommerce
```
## Development
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
Check out the [Hanzo Template Gallery](https://huggingface.co/spaces/hanzoai/gallery) for more templates.