A LinkedIn-inspired portfolio website built with React, TypeScript, and Tailwind CSS.
- React 19 with TypeScript
- Tailwind CSS for styling
- Vite for build tooling
- Bun as package manager
- Lucide React for icons
- Vercel for deployment
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
# Preview production build
bun run preview