Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 653 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 653 Bytes

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