Skip to content

propromo-software/propromo.ts

Repository files navigation

SvelteKit - Project Template++

Svelte Vite TailwindCSS SASS

commitizen friendly gitHub license Buymeacoffee

Info

This template is an extended version of sveltekit-projecttemplate-hobby.

Tech Stack

Frontend & Testing


Backend & Database

Supported Databases

Any database Prisma supports. For example MySQL, PostgreSQL or MongoDB.


Other Included Packages


Assets

How-To-Write-SCSS: bem
Fonts (google fonts but privacy-friendly): api.fonts.coollabs.io

Development

Important Commands

# 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

Contributing

Install commitizen

pnpm add -g commitizen

Usage

Use pnpm run commit or npx cz instead of git commit -m "..."
Use pnpm run prepare before committing the first time.