Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.11 KB

MPD WSGI Web client

mpdwsgi-web is not only a beautiful name but also an extremely impressive web client for the mpd-wsgi.

"Extremely good, excellent" — Joe the CEO, 2015 —

screenshot, commit b78ce2d528a65ed52273a30f9d37ce4b5ca6122a

Development

You only need to have a working version of node installed (v0.10+? not sure about the version, I work with v0.12 at the moment, tell me if it doesn't work for you).

As this project is only the frontend, you will need a running instance of mpd-wsgi and a MPD server if you want to display some data.

# Clone the repo
git clone github.com:fixme-lausanne/mpdwsgi-web.git
cd mpdwsgi-web

# Install dependencies
npm install

# Build everything
npm run build
# ... or automatically rebuild when a watched file has been changed
npm run watch

Local server (only for dev purpose). It will build everything, run a server, open a browser tab (thanks to browser-sync).

npm run browser

And that's it!