this is my portfolio, created using sveltekit, threlte, threejs and tailwind. wip.
vr version here (only tested on quest 3)
demo videos:
portfolio-demo.mp4
demo-vr-portfolio.mp4
- sveltekit (static build using
@sveltejs/adapter-static
) - threlte (svelte wrapper for threejs)
- tailwind
- automatic deployment using github actions to github pages
- typescript
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)