⚡Vite + Electron & Doubleshot Template
# install dependencies
yarn # npm install
# run in developer mode
yarn dev # npm run dev
# build
yarn build # npm run buildIn order to use with pnpm, you'll need to adjust your .npmrc to use any one the following approaches in order for your dependencies to be bundled correctly (ref: #6389):
node-linker=hoisted
public-hoist-pattern=*
shamefully-hoist=true