Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeremy-code/turborepo-shadcn


https://github.com/jeremy-code/turborepo-shadcn

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# turborepo-shadcn [![GitHub Actions badge](https://github.com/jeremy-code/turborepo-shadcn/actions/workflows/ci.yml/badge.svg)](https://github.com/jeremy-code/turborepo-shadcn/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/jeremy-code/turborepo-shadcn)](LICENSE)

## Installation

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

## Usage

```shell
# 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](LICENSE).