An hybrid app that wraps deemix-webui and lets you use the deemix-js library.
This app wouldn't be possible without [RemixDev](https://gitlab.com/RemixDev)'s work on the original [deemix-gui](https://gitlab.com/RemixDev/deemix-gui).
Install the dependencies using `pnpm i` for development. This installs all the depencies recursively for the main, deemix, deezer-js, server, spotify-web-api-node-plus, and webui folders.
If you want to further develop deemix-gui and propose a PR, use `pnpm dev` for development and HMR of the interface in a browser. http://127.0.0.1:6595/
You can change the default port by setting the environment variable `PORT` to any other number before starting the app.
Make sure you've installed the dependencies for all packages (`pnpm i`).
Then from the root folder run `pnpm dist` to make a distributable package for your current OS or `pnpm dist-server` to make an executable for the server versions.