Skip to content

my portfolio website, sveltekit/tailwind/typescript/threlte

Notifications You must be signed in to change notification settings

flo-bit/flo-bit.github.io

Repository files navigation

flo-bit portfolio

this is my portfolio, created using sveltekit, threlte, threejs and tailwind. wip.

demos

see it live here

vr version here (only tested on quest 3)

screenshot

demo videos:

portfolio-demo.mp4
demo-vr-portfolio.mp4

techstack

  • sveltekit (static build using @sveltejs/adapter-static)
  • threlte (svelte wrapper for threejs)
  • tailwind
  • automatic deployment using github actions to github pages
  • typescript

development

clone the repo, install dependencies and run the dev server:

git clone https://github.com/flo-bit/flo-bit.github.io.git
npm install
npm run dev

when using it for your own portfolio, please remove the posthog analytics script from src/app.html (line 3-6)