This is a personal homepage project built with Next.js, Tailwind CSS, and shadcn/ui, featuring a custom "Tweakcn" inspired vibrant theme.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
The theme is defined in app/globals.css. You can adjust the CSS variables there to change the color palette.
The UI components are located in components/ui and are built on top of Radix UI primitives.