NOTE: Before using this template, you need to install
pnpm.
Create a new project based on this template using degit:
pnpx degit CitRUSprod/svelte-kit-starter my-app
cd my-app
pnpm iRun in development mode:
pnpm devBuild and run in production mode:
pnpm build
pnpm startLink: http://localhost:6400
Commit with commitizen:
pnpm commitCheck types with svelte-check:
pnpm validateLint with prettier, stylelint and eslint:
pnpm lintFormat with prettier, stylelint and eslint:
pnpm formatAll environment variables are written to the .env file. If it doesn't exist, just enter this command:
cp .env.example .env