Personal portfolio for a computational designer.
The landing page is a visual index of simple line drawings — one per project, each acting as a clickable icon. Selecting a drawing opens that project's page, which uses a conventional, readable layout with text and images.
- Stack: React + Vite, plain CSS Modules, React Router
- Hosting: GitHub Pages → https://jab867.github.io/Website/
See docs/PLAN.md for the full build plan and design direction.
npm install # install dependencies
npm run dev # start the local dev server
npm run build # production build into dist/
npm run preview # preview the production build locallyLive at https://jab867.github.io/Website/ — placeholder content, ready to fill in.