This is my personal site. It has the main portfolio, a small blog, and a photo gallery.
bun install
cp .env.example .env.local
bun run devOpen http://localhost:3000.
Copy .env.example. The main site runs without the photo/admin env vars, but
the Payload build path needs DATABASE_URL and PAYLOAD_SECRET.
bun run dev
bun run build
bun run typecheckUse Bun. bun.lock is the only lockfile.
MIT