a sveltekit starter template i made for myself with tailwind and inter tight set up ootb.
also provides a git alias - p: git push && pnpm run build && rsync build/ to vkdbois server (edit alias by executing git config --edit
to remove the rsync part or remove it by executing git config --unset alias.p
)
git clone https://github.com/TheoIsDumb/sveltekit-starter-template.git
cd sveltekit-starter-template
pnpm i