Website for my monetization agency.
A Next.js project with shadcn/ui and Tailwind CSS.
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
To add shadcn/ui components to your project, use:
npx shadcn@latest add [component-name]For example:
npx shadcn@latest add button
npx shadcn@latest add cardapp/- Next.js app directory with pages and layoutscomponents/- React components (shadcn/ui components will be added here)lib/- Utility functions and helperscomponents.json- shadcn/ui configuration