Recommended / Required Development Utilities
Installing git on Windows can be done here
Cloning the repository
Open a command prompt window in the directory where you want Git to clone, and enter the following command.
git clone https://github.com/zolvy/AppleMusicElectron
Feel free to use any node package manager pnpm, Yarn, npm, Bun, etc, run this command depending on your package manager.
pnpm install
Same command just a different file
pnpm quasar build -m electron
Congratulations! You can find the file in the /dist folder