An Electron application with SvelteKit and TypeScript. At the main process is using Prisma to connect to the database.
The scripts is cofigured to user with powershell.
$ pnpm install
$ cd src/renderer
$ pnpm install
$ cd ..
$ pnpm dev
# For windows
$ pnpm build:win
# For macOS
$ pnpm build:mac
# For Linux
$ pnpm build:linux