Skip to content

Commit

Permalink
Merge pull request #3 from prodkt/next
Browse files Browse the repository at this point in the history
clear designation sparkstack from shadcn
  • Loading branch information
prodkt authored Nov 21, 2024
2 parents fe4851c + 46d4710 commit 93bb56f
Show file tree
Hide file tree
Showing 27 changed files with 503 additions and 304 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body:
id: components-affected
attributes:
label: Affected component/components
description: Which shadcn/ui components are affected?
description: Which prodkt/sparkstack components are affected?
placeholder: ex. Button, Checkbox...
validations:
required: true
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Thanks for your interest in contributing to ui.shadcn.com. We're happy to have you here.
Thanks for your interest in contributing to sparkstack.prodkt.cloud. We're happy to have you here.

Please take a moment to review this document before submitting your first pull request. We also strongly recommend that you check for open issues and pull requests to see if someone else is working on something similar.

Expand Down Expand Up @@ -79,7 +79,7 @@ You can use the `pnpm --filter=[WORKSPACE]` command to start the development pro

#### Examples

1. To run the `ui.shadcn.com` website:
1. To run the `sparkstack.prodkt.cloud` website:

```bash
pnpm --filter=www dev
Expand Down Expand Up @@ -196,7 +196,7 @@ If you have a request for a new component, please open a discussion on GitHub. W

## CLI

The `shadcn-ui` package is a CLI for adding components to your project. You can find the documentation for the CLI [here](https://ui.shadcn.com/docs/cli).
The `shadcn-ui` package is a CLI for adding components to your project. You can find the documentation for the CLI [here](https://sparkstack.prodkt.cloud/docs/cli).

Any changes to the CLI should be made in the `packages/cli` directory. If you can, it would be great if you could add tests for your changes.

Expand Down
Loading

0 comments on commit 93bb56f

Please sign in to comment.