Skip to content

Instantly share code, notes, and snippets.

View jeffersoncechinel's full-sized avatar

Jefferson Cechinel jeffersoncechinel

View GitHub Profile
@jeffersoncechinel
jeffersoncechinel / setup.sh
Created April 10, 2024 14:51
[nextjs] nextjs chadcn
#!/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