This is an example registry built using shadcn/ui.
To install components from the alpine registry, you can use the following remote registries config in your components.json file:
{
"registries": {
"@alpine": "https://alpine-registry.vercel.app/r/{name}.json"
}
}You can then add items using the following command:
npx shadcn@latest add @alpine/login-formTo install the alpine design system, you can use the following command:
npx shadcn@beta add @alpine/design-systemTo 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 devThe development server will be available at http://localhost:3003.