commit 61ef28c83ee719d985c2d76845eb2bc2ff20828a Author: AaronHux Date: Sun Jun 30 21:37:12 2024 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..d42b330 --- /dev/null +++ b/README.md @@ -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 +```