xxx
This commit is contained in:
@@ -7,12 +7,12 @@ services:
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
command: >
|
||||
sh -c "
|
||||
echo '📦 Installing dependencies...' &&
|
||||
echo '...installing dependencies...' &&
|
||||
npm install &&
|
||||
echo '🎨 Initializing shadcn/ui...' &&
|
||||
echo '...initiallizing shadcn/ui...' &&
|
||||
npx shadcn@latest init -y -d &&
|
||||
echo '📥 Adding components...' &&
|
||||
npx shadcn@latest add -y alert-dialog dialog checkbox scroll-area button label input card badge tabs progress dropdown-menu tooltip switch &&
|
||||
echo '...adding components...' &&
|
||||
npx shadcn@latest add -y alัert dialog checkbox scroll-area button label input card badge tabs progress dropdown-menu tooltip switch &&
|
||||
echo '✅ Done! Check components/ui/ directory'
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user