Bootstrap the project with the shadcn-svelte CLI.
Configure your components.json file.
{
"$schema": "https://neo-retro.zurat.dev/registry.json",
"tailwind": {
"css": "src/routes/layout.css",
"baseColor": "neutral"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://neo-retro.zurat.dev/r"
} Adding components from the neo-retro registry.