This is an example registry built using shadcn/ui
.
To install components from the gocha registry, you can use the following remote registries config in your components.json
file:
{
"registries": {
"@gocha": "https://gocha-dev.vercel.app/r/{name}.json"
}
}
You can then add items using the following command:
npx shadcn@latest add @gocha/login-form
To install the gocha
design system, you can use the following command:
npx shadcn@beta add @gocha/design-system
To see examples of how to use authentication with the registry, see the API Routes documentation.
Clone the repository, then install the dependencies and run the development server.
pnpm install
pnpm dev
The development server will be available at http://localhost:3003
.