Template for Overwolf Native using Svelte 5 as the frontend framework and Vite as the bundler.
This project is based on ntsd/overwolf-svelte-boilerplate I have borrowed a bunch of the original functionality from said project.
Clone with degit:
# make copy of this repository
npx degit MrGentle/overwolf-svelte-vite "my-new-repo"
# change to project directory
cd my-new-repo
# install dependencies
npm i
# build overwolf plugin, you can now use `Load unpacked extension` to test the local plugin at `build`.
npm run build
# build publishable version
npm run build:overwolf