Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.73 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.73 KB

Sagremor

Angharad 3.0 web client application

example snapshot

Prerequisites

npm, gulp and bower are required to test or build the application

Create a file src/app/config.js with your own parameters. You can use src/app/config.js.sample if you want an example.

Test

To test or check your modifications on the application in you local machine, run the following commands:

$ npm install && bower install
$ gulp serve

Build

Build the application with gulp:

$ npm install && bower install
$ gulp build

Then copy the files in the dist folder to your webserver Documentroot.

Screenshots

Default dashboard Defaut Dashboard

Switches and dimmers screen Switches and dimmers

Heaters screen Heaters

Monitor values screen Monitor values

List of schedulers and triggers Events list

Edit a scheduler Edit a scheduled event

Edit a dimmer Edit a dimmer

Music controller Music controller

Logs Logs screen