Couldn't get it to run locally



https://v0.dev/chat/minimalist-portfolio-design-kvUN0RXM8PS

really need help

The issue here is in your tailwind.config.js file. In the first line you’re importing from shadcn/ui/tailwind.config.js

This no longer exists in the latest shadcn since it’s upgraded to Tailwind 4, which does not use a tailwind.config.js file anymore

So your issue is

  • shadcn uses Tailwind 4
  • your project uses Tailwind 3

You can either tell v0 to upgrade your project to Tailwind 4 (recommended), or locally you’ll have to downgrade shadcn by running npm i shadcn@2.3.0 --save-exact