Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Tetrax-10/Spicetify-App

Repository files navigation

📦 Archiving this repo due to time constraints. Feel free to fork and continue the development! 🍴

Spicetify App ( Under Development 🛠️ )

A GUI App for Spicetify Cli


Development

Setup

!. Clone/Download this repo

gh repo clone Tetrax-10/Spicetify-App

2. Install Dependencies

npm install

Development / Build

1. Run in development mode

npm run dev

2. Build App

Windows OS

npm run build:win

Mac OS

npm run build:mac

Linux

npm run build:linux

Contribution

This app is in very early stage of development so don't try to implement any new feature. Removing bugs and improvement of code is accepted

Formatting

always run this command before making a PR

npm run format

Frameworks Used