DocsAstro

Astro

Install and configure Astro.

1

Create project

Run the init command to create a new Astro project or to setup an existing one:

pnpm dlx shadcn-astro@latest init
2

Configure components.json

You will be asked a few questions to configure components.json:

1 Which style would you like to use? › New York2 Which color would you like to use as base color? › Zinc3 Where is your global CSS file? › src/styles/globals.css4 Would you like to use CSS variables for colors? › yes5 Where is your tailwind.config.js located? › tailwind.config.mjs6 Configure the import alias for components? › ~/components7 Configure the import alias for utils? › @acme/ui/lib/utils
3

Add components

Use the CLI to add components to your project:

pnpm dlx shadcn-astro@latest add button