From 61ef28c83ee719d985c2d76845eb2bc2ff20828a Mon Sep 17 00:00:00 2001 From: AaronHux Date: Sun, 30 Jun 2024 21:37:12 +0800 Subject: [PATCH] first commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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 +```