Music Universal Sharing Service (MUSS) is an audio managing system.
This Software is Free as in Freedom
This repository contains the code used for the web interface of the MUSS Server
Setting up the MUSS Web interface is as easy as executing these commands
git clone https://github.com/PedroSilva8/MUSS-Web.git
cd MUSS-Web
yarn
yarn start
Deployment is as easy it's the same commands but with build instead of start
git clone https://github.com/PedroSilva8/MUSS-Web.git
cd MUSS-Web
yarn
yarn build
Due to a lack of personnel and time, we can't test in detail every change we make if you have the time to test our software for bugs feel free to open an issue we would appreciate any help