flo-bit portfolio#
this is my portfolio, created using astro, svelte, threlte, threejs and tailwind. wip.
demos#

demo video:
https://github.com/user-attachments/assets/757d9b20-2232-4012-8013-68d5997960e6
techstack#
- astro
- svelte
- 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