Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

babelouest/sagremor

Repository files navigation

Sagremor

Angharad 3.0 web client application

This repository has been archived because this source code has moved to its mother project

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