Hanzo Dev commited on
Commit
85d883c
·
1 Parent(s): 7806818

Fix import paths to use @hanzo /ui/primitives

Browse files
Files changed (2) hide show
  1. .npmrc +1 -0
  2. README.bak.md +41 -0
.npmrc ADDED
@@ -0,0 +1 @@
 
 
1
+ legacy-peer-deps=true
README.bak.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: analyticsdash Template
3
+ emoji: 🚀
4
+ colorFrom: gray
5
+ colorTo: gray
6
+ sdk: docker
7
+ app_port: 3000
8
+ pinned: true
9
+ ---
10
+
11
+ # analyticsdash Template
12
+
13
+ A Hanzo template for building modern applications.
14
+
15
+ ## Features
16
+ - Built with @hanzo/ui
17
+ - Fully responsive
18
+ - TypeScript support
19
+ - Tailwind CSS styling
20
+ - shadcn/ui components
21
+
22
+ ## Installation
23
+
24
+ ```bash
25
+ npx create-hanzo-app --template analyticsdash
26
+ ```
27
+
28
+ ## Development
29
+
30
+ ```bash
31
+ npm install
32
+ npm run dev
33
+ ```
34
+
35
+ ## Build
36
+
37
+ ```bash
38
+ npm run build
39
+ ```
40
+
41
+ Check out the [Hanzo Template Gallery](https://huggingface.co/spaces/hanzoai/gallery) for more templates.