This is an unofficial desktop client for Soundcloud written using React and Tauri

You need to have the following installed on your system:
-
rustc/cargo/rustupcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
npm/nodecurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash nvm install node
Install dependencies:
npm install
Run the desktop app in dev:
npm run tauri dev
Create a production desktop bundle with Tauri:
npm run tauri build