millerdev / lms-ultralight

Ultralight - a Logitech Media Server skin
19 stars 3 forks source link

Ultralight - a Logitech Media Server skin

Ultralight is a responsive skin for Logitech Media Server that works well on desktop and mobile browsers.

Ultralight

Features

Installation

Installation instructions:

Development

# install dependencies
npm install

# run dev server
npm run dev

# run tests
npm test

Build/package

npm run build
npm package

This creates a packaged version file: UltralightSkin-vX.Y.Z.zip

Follow installation instructions above, using this file instead of the one downloaded from the releases page.