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
yarn
ornpm i
yarn build
ornpm run build
- buildyarn dev
ornpm run dev
- build&watch
yarn start
ornpm run start
yarn run run
ornpm run run
- run in DEV mode
yarn dist
ornpm run dist
- build MacOS dmg (seedist
folder)yarn app
ornpm run app
- start MacOS app from dmg