mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-06 03:30:25 -05:00
9 lines
330 B
Bash
Executable File
9 lines
330 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd apps/user
|
|
|
|
bunx --bun shadcn@canary add -a -o
|
|
bunx --bun shadcn@canary add https://ui.aceternity.com/registry/timeline.json -o
|
|
bunx --bun shadcn@canary add https://ui.aceternity.com/registry/text-generate-effect.json -o
|
|
bunx --bun shadcn@canary add https://ui.aceternity.com/registry/hover-border-gradient.json -o
|