Skip to content

Commit

Permalink
Merge branch 'main' into fix-calendar
Browse files Browse the repository at this point in the history
# Conflicts:
#	apps/www/public/r/styles/default/calendar.json
#	apps/www/public/r/styles/new-york/calendar.json
#	apps/www/registry/new-york/ui/calendar.tsx
  • Loading branch information
shadcn committed Dec 14, 2024
2 parents a72e1a7 + 387756c commit 453945d
Show file tree
Hide file tree
Showing 2,428 changed files with 54,185 additions and 60,051 deletions.
36 changes: 36 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,42 @@ pnpm --filter=www dev
pnpm --filter=shadcn-ui dev
```

## Running the CLI Locally

To run the CLI locally, you can follow the workflow:

1. Start by running the registry (main site) to make sure the components are up to date:

```bash
pnpm www:dev
```

2. Run the development script for the CLI:

```bash
pnpm shadcn:dev
```

3. In another terminal tab, test the CLI by running:

```bash
pnpm shadcn
```

To test the CLI in a specific app, use a command like:

```bash
pnpm shadcn <init | add | ...> -c ~/Desktop/my-app
```

4. To run the tests for the CLI:

```bash
pnpm --filter=shadcn test
```

This workflow ensures that you are running the most recent version of the registry and testing the CLI properly in your local environment.

## Documentation

The documentation for this project is located in the `www` workspace. You can run the documentation locally by running the following command:
Expand Down
45 changes: 0 additions & 45 deletions apps/www/__registry__/default/block/authentication-01.tsx

This file was deleted.

67 changes: 0 additions & 67 deletions apps/www/__registry__/default/block/authentication-02.tsx

This file was deleted.

72 changes: 0 additions & 72 deletions apps/www/__registry__/default/block/authentication-03.tsx

This file was deleted.

74 changes: 0 additions & 74 deletions apps/www/__registry__/default/block/authentication-04.tsx

This file was deleted.

Loading

0 comments on commit 453945d

Please sign in to comment.