Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 619 Bytes

sound ui

Build Status

A work-in-progress front-end for the sound music server written in Elm.

Prerequisites

You'll need

Building

Edit root in Config.elm to point to your sound instance.

$ npm install
$ npm run-script build

The static web app assets will be emitted to ./dist to be deployed wherever you like.