A starter template that uses SvelteKit, Electron Forge and TypeScript
yarn install
(recommended) or npm install
. You might run into issues building the project if using pnpm
yarn dev
or npm run dev
to test your application during development and reload changes automaticallyyarn build
or npm run build
to build your application