Skip to content

The HTML5 web client that ships with the WaveBox server. GPL3 licensed.

License

Notifications You must be signed in to change notification settings

einsteinx2/WaveBoxWebClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#WaveBox HTML

WaveBox HTML is the web interface for WaveBox, an open-source media-streaming server. It's written in CoffeeScript, using Cake for its build tool, and Browserify to bundle it for the web. Licensed under The GNU General Public License v3.0, for more information please read the LICENSE.md file in this repository or visit the preceding link to the GNU website.

##Building

The easiest way to build WaveBox's web UI is to first install node.js, which will enable you to use npm to install the other two dependencies. After you have installed node.js, pop open a terminal, switch to the newly cloned repo's folder, and run the following, which will automatically install the needed dependencies globally:

sudo npm install -g

Make sure you're in the repo's folder still and then

cake build

Tadah! Happy tinkering!

About

The HTML5 web client that ships with the WaveBox server. GPL3 licensed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published