Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremy-code/turborepo-shadcn
https://github.com/jeremy-code/turborepo-shadcn
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremy-code/turborepo-shadcn
- Owner: jeremy-code
- License: mit
- Created: 2024-07-04T00:36:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T04:21:08.000Z (3 months ago)
- Last Synced: 2024-08-19T05:32:20.577Z (3 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).