OK1ez / juxtify-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Juxtify

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.

How to install the development version

Follow these instructions to setup your development environment:

git clone https://github.com/Juxtify4Spotify/juxtify
cd juxtify
npm install

How to run the devlopment version locally

Browser

To run it in the browser run the following command:

npm run dev

Natively

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

About

License:MIT License


Languages

Language:TypeScript 64.0%Language:CSS 23.6%Language:JavaScript 7.1%Language:Rust 3.3%Language:HTML 2.0%