multiplehats / jaydens-stack

A modern, efficient, and feature-packed monorepo boilerplate. Uses SvelteKit, tRPC, Shadcn, Tailwind CSS and Turborepo
https://jaydens-stack-web.vercel.app
70 stars 2 forks source link

Unable to add new components #5

Open nooblyf opened 9 months ago

nooblyf commented 9 months ago

I followed the instructions mentioned in the readme

Adding shadcn components

Adding new components is pretty simple, you can either manually over components to the packages/ui directory. Or, cd into apps/web and run the shadcn CLI command, e.g. npx shadcn-svelte add accordion. This will put the new component in the packages/ui directory.

but i'm getting Configuration is missing. Please run init to create a components.json file.

multiplehats commented 6 months ago

This use to work, but the CLI has changed quite a bit.