Personal portfolio site. Pure HTML, CSS, and vanilla JavaScript.
Open index.html in a browser. That's it.
For live reload during development:
npx serve .index.html # Single-page site
styles.css # All styles with CSS custom properties
script.js # Dark mode toggle
Push to main. Vercel/Netlify/GitHub Pages will serve static files automatically.