RuralDatabase/README.md

10 lines
246 B
Markdown
Raw Normal View History

2024-06-30 21:37:12 +08:00
### 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
```