turborepo-shadcn GitHub Actions badge License

Installation

git clone https://github.com/jeremy-code/turborepo-shadcn.git
cd turborepo-shadcn
corepack enable
pnpm install

Usage

# 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

License

This project is licensed under the MIT license.