- Change the project name in the
package.json - Install packages as needed
This repository is intended to be a template for my future projects.
It automates the process of setting up a SvelteKit project; adding Tailwind, ESLint, and Prettier; and setting up code quality and deployment workflows.
It is heavily inspired by and lifts some items from BastiDood's own template, though it does depart in some major ways:
- Using
adapter-nodeinstead ofadapter-staticin the SvelteKit config - Removing the full-on
pnpm buildstep in the CI workflow - Implementing a full deployment flow using Docker
- Coming out of the box with pino logging
Aside from this, there are a few minor changes, such as:
- In the Prettier rules, I prefer tabs to be 4 spaces wide