README
Alpine Registry
This is an example registry built using shadcn/ui.
Usage
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-form
To install the alpine design system, you can use the following command:
npx shadcn@beta add @alpine/design-system
Authentication
To see examples of how to use authentication with the registry, see the API Routes documentation.
Development
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.