A sleek, minimal game-dev portfolio built with Vite, React, and react-three-fiber. Black wireframe aesthetics on a white canvas, scroll-driven 3D, and modular sections.
- Scroll-controlled 3D scene (react-three-fiber + drei)
- Wireframe aesthetic, minimal UI
- Sections: Hero, About, Projects (modal with video), Contact
- Static-friendly for GitHub Pages
npm install
npm run dev
npm run build
npm run previewFor GitHub Pages, set the base in vite.config.js to your repo name (e.g., /my-repo/) before building.