Tray application to quickly switch between spotify lists
Register Spotify App Here. In src/env.ts file update spotify client ID and URL to spotify auth server:
Add http://127.0.0.1/ to allowed redirect URL's in registered spotify application settings
Setup spotify Auth server somewhere. You can use one in server folder and use ip/domain and port in src/env.ts configuration. Update server/server.env.js file with you spotify app client id and secret
yarnornpm i
yarn buildornpm run build- buildyarn devornpm run dev- build&watch
yarn startornpm run startyarn run runornpm run run- run in DEV mode
yarn distornpm run dist- build MacOS dmg (seedistfolder)yarn appornpm run app- start MacOS app from dmg

