This template is an extended version of sveltekit-projecttemplate-hobby.
The project can be deployed to Vercel or as a docker container (Netlify and Cloudflare do not work properly with some functionalities.).
Any database Prisma supports. For example MySQL, PostgreSQL or MongoDB.
How-To-Write-SCSS: bem
Fonts (google fonts but privacy-friendly): api.fonts.coollabs.io
# install dependencies
pnpm i
# run development sever
pnpm run all
# or start the server and open the app in a new browser tab
pnpm run all -- --open
# build project
pnpm run build
# preview build
pnpm run preview
# skip husky
<git-command> --no-verify
Install commitizen
pnpm add -g commitizen
Use pnpm run commit
or npx cz
instead of git commit -m "..."
Use pnpm run prepare
before committing the first time.