Juxtify is an alternative interface for Spotify, based off Juxtopposed's YouTube Video redesigning the platform.
This is a heavy W.I.P. and is not yet ready for use. Juxtify is built with React and Typescript on top of Tauri for multiplatform compatibility.
Please follow these steps if you plan to contribute to the project.
Follow these instructions to setup your development environment:
git clone https://github.com/Juxtify4Spotify/juxtify-client
cd juxtify
npm install
To run it in the browser run the following command:
npm run dev
To run it as a native app you need to first install Rust then run the following commands:
npm run tauri init
Press Enter
thruogh all of the questions.
After doing this once you won't need to do it again.
Run the next command to start the application:
npm run tauri dev