Sean Bailey | seanbailey.dev
My home on the web. Built with Next.js 16.3, MDX, and Tailwind CSS 4, then exported as a static site for Netlify.
npm install
npm run devOpen http://localhost:3000.
npm run build
npm startnpm run build writes the static site to out/; npm start serves that output
locally.