mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
chore: switch to pnpm
This commit is contained in:
parent
2d022016a7
commit
6123f66da0
3 changed files with 9560 additions and 6449 deletions
12
README.md
12
README.md
|
|
@ -21,8 +21,8 @@ A few people have asked me to turn this into a starter. I think we could do that
|
|||
## Note on Performance
|
||||
|
||||
> **Warning**
|
||||
> This app is using the canary releases for Next.js 13 and React 18. The new router and app dir is still in beta and not production-ready.
|
||||
> NextAuth.js, which is used for authentication, is also not fully supported in Next.js 13 and RSC.
|
||||
> This app is using the canary releases for Next.js 13 and React 18. The new router and app dir is still in beta and not production-ready.
|
||||
> NextAuth.js, which is used for authentication, is also not fully supported in Next.js 13 and RSC.
|
||||
> **Expect some performance hits when testing the dashboard**.
|
||||
> If you see something broken, you can ping me [@shadcn](https://twitter.com/shadcn).
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ A list of things not working right now:
|
|||
2. ~[Prisma: Error: ENOENT: no such file or directory, open '/var/task/.next/server/chunks/schema.prisma'](https://github.com/prisma/prisma/issues/16117)~
|
||||
3. ~[Next.js 13: Client side navigation does not update head](https://github.com/vercel/next.js/issues/42414)~
|
||||
|
||||
## Why not trpc, Turborepo or X?
|
||||
## Why not tRPC, Turborepo or X?
|
||||
|
||||
I might add this later. For now, I want to see how far we can get using Next.js only.
|
||||
|
||||
|
|
@ -69,10 +69,10 @@ If you have some suggestions, feel free to create an issue.
|
|||
|
||||
## Running Locally
|
||||
|
||||
1. Install dependencies using Yarn:
|
||||
1. Install dependencies using pnpm:
|
||||
|
||||
```sh
|
||||
yarn
|
||||
pnpm install
|
||||
```
|
||||
|
||||
2. Copy `.env.example` to `.env.local` and update the variables.
|
||||
|
|
@ -80,7 +80,7 @@ yarn
|
|||
3. Start the development server:
|
||||
|
||||
```sh
|
||||
yarn dev
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
## License
|
||||
|
|
|
|||
9554
pnpm-lock.yaml
Normal file
9554
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue