git clone https://github.com/jeremy-code/turborepo-shadcn.git
cd turborepo-shadcn
corepack enable
pnpm install
# Set Node.js version to the one specified in .nvmrc
nvm use
# Run the development server locally
pnpm dev
# Add UI components with shadcn/ui
pnpm ui:add
# Lint and format code with ESLint and Prettier
pnpm lint
pnpm format
# Build
pnpm build
This project is licensed under the MIT license.