Personal portfolio website built with Next.js (App Router), Tailwind CSS, and Radix UI, based on the Personal Portfolio Website Template by Sagar Shah (source, MIT licensed).
Live at: rubenrikk.nl
- Next.js 14 - React framework (static export)
- Tailwind CSS - Styling
- Radix UI - Accessible component primitives
- next-themes - Dark mode
- Cloudflare Pages - Hosting and CDN
npm install
npm run dev # start dev server on http://localhost:3000
npm run build # production build (static export to /out)
npm run start # serve the production build
npm run lint # eslintContent lives in src/lib/data.tsx (nav links, socials, technologies,
experience, projects). Section components live in src/components/sections/.