···1515https://github.com/flo-bit/flo-bit.github.io/assets/45694132/481296b2-f36d-466c-9741-4dd5771eb306
16161717https://github.com/flo-bit/flo-bit.github.io/assets/45694132/a251ab6f-a416-4a2d-905f-8dffb2e36e0f
1818+1919+## techstack
2020+2121+- sveltekit (static build using `@sveltejs/adapter-static`)
2222+- threlte (svelte wrapper for threejs)
2323+- tailwind
2424+- automatic deployment using github actions to github pages
2525+- typescript
2626+2727+## development
2828+2929+clone the repo, install dependencies and run the dev server:
3030+3131+```bash
3232+git clone https://github.com/flo-bit/flo-bit.github.io.git
3333+npm install
3434+npm run dev
3535+```
3636+3737+when using it for your own portfolio, please remove the posthog analytics script from `src/app.html` (line 3-6)