analyticsdash / README.bak.md
Hanzo Dev
Fix import paths to use @hanzo /ui/primitives
85d883c
---
title: analyticsdash Template
emoji: πŸš€
colorFrom: gray
colorTo: gray
sdk: docker
app_port: 3000
pinned: true
---
# analyticsdash 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 analyticsdash
```
## 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.