🎉
My svelte template for rapidly make web apps. It's a sveltekit template that have many things configured, like tailwindcss, theme-change, daisyUI, rubik fonts from fontsource, no tests out-of-the-box (add ur own), less boilerplate. Ready to deploy anywhere without any extra config.
npx degit NoCrypt/s-template <APP_NAME>
cd <APP_NAME>
pnpm i && code .