Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 691 Bytes

File metadata and controls

29 lines (23 loc) · 691 Bytes

NOTE: THIS APPLICATION IS NO LONGER MAINTAINED. You can use MellowPlayer

Requirement

Setup

curl -LsS https://github.com/baptistedonaux/deezer-desktop-linux/releases/download/v0.0.1/deezer-desktop-for-linux_0.0.1_amd64.deb -o deezer-desktop-for-linux.deb
sudo dpkg -i deezer-desktop-for-linux.deb

Development

How to run

npm install
npm start

How to build

npm install
cd app && npm install && cd ..
npm run build
npm run dist