Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 774 Bytes

File metadata and controls

33 lines (21 loc) · 774 Bytes

flo-bit portfolio

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

demos

see it live here

screenshot

demo videos:

portfolio-demo.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)