Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.37 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.37 KB

RaveLights-UI

This is the interactive UI for RaveLights (https://github.com/danuo/ravelights).

Features

Installation for development

To use with RaveLights, the RaveLights-UI does not have to be installed manually. The most recent static built is already included in RaveLights. For development, RaveLights-UI can be run as follows:

Start the app in development mode (hot-code reloading, error reporting, etc.)

Install dependencies

npm i -g @quasar/cli
npm install

To run this ui in dev mode, run the following

quasar dev

Run RaveLights in no-ui mode:

python ./main.py --no-webui

Build the app for production

Manual building of this ui is not necessary. After pushing commits to master, the ui will be built by Github Actions. The updated ui built can then be included into ravelights via Github Submodules (see Readme of RaveLights, https://github.com/danuo/ravelights). To create a manual build anyway, run

quasar build