This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# create next app | |
pnpm create next-app project-name | |
# install chadcn-ui | |
pnpm dlx shadcn-ui@latest init | |
# add shadcn components | |
pnpm dlx shadcn-ui@latest add | |
# run dev sever |