This repository was archived by the owner on Jan 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ To create a new app, run the following command:
66
77``` sh
88cd apps
9- npx create-next-app --ts --tailwind --eslint --use-bun --app --import-alias " @/*" --src-dir " next-movies"
9+ npx create-next-app --ts --tailwind --eslint --use-pnpm --app --import-alias " @/*" --src-dir " next-movies"
1010# codefixlabs
11- bun add @codefixlabs/hooks @codefixlabs/tsconfig @codefixlabs/ui @codefixlabs/lib
12- bun add -D @codefixlabs/tailwindcss eslint-config-codefixlabs
11+ pnpm add @codefixlabs/hooks @codefixlabs/tsconfig @codefixlabs/ui @codefixlabs/lib
12+ pnpm add -D @codefixlabs/tailwindcss eslint-config-codefixlabs
1313# prettier
14- bun add -D prettier-plugin-packagejson prettier-plugin-tailwindcss
14+ pnpm add -D prettier-plugin-packagejson prettier-plugin-tailwindcss
1515# pre-commit
16- bun add -D lint-staged simple-git-hooks
16+ pnpm add -D lint-staged simple-git-hooks
1717# other
18- bun add class-variance-authority zod react-hook-form @hookform/resolvers @prisma/client @next-auth/prisma-adapter next-auth tailwind-merge date-fns path-to-regexp slugify lucide-react pluralize
19- bun add -D prisma @types/pluralize @faker-js/faker
18+ pnpm add class-variance-authority zod react-hook-form @hookform/resolvers @prisma/client @next-auth/prisma-adapter next-auth tailwind-merge date-fns path-to-regexp slugify lucide-react pluralize
19+ pnpm add -D prisma @types/pluralize @faker-js/faker
2020```
2121
2222Update ` package.json `
You can’t perform that action at this time.
0 commit comments