My personal portfolio and landing page built with SvelteKit, Tailwind CSS, and a WebGL Gray-Scott reaction-diffusion simulation background.
Live: vincentmathis.xyz
- SvelteKit + Svelte 5
- Tailwind CSS v4
- WebGL2 reaction-diffusion shader simulation
- Biome for linting/formatting
bun install
bun run devbun run build
bun run previewdocker build -t portfolio .
docker run -p 3000:3000 portfolioGPL-3.0