first commit

This commit is contained in:
AaronHux 2024-06-30 21:37:12 +08:00
commit 61ef28c83e
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
### Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit Hahahahx/shadcn-nuxt-turbo shadcn-nuxt-turbo-app
cd shadcn-nuxt-turbo-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```