Skip to content
/ me Public

My personal website built with Next.js, deployed on Vercel.

Notifications You must be signed in to change notification settings

pseudobun/me

Repository files navigation

Personal Website

Live at pseudobun.dev. Built with Next.js, Tailwind CSS, and Supabase.

Photos are stored in Supabase, exported from Lightroom as JPG long side 1024px, 30% quality.

Getting Started

Run the development server in packages/portfolio :

pnpm dev

Run the production server in packages/portfolio :

pnpm build
pnpm start

Open http://localhost:3000 with your browser to see the result.

Deployed on Vercel.

Inspiration