DOMUSTO website: https://domusto.com/
DOMUSTO is versatile, extensible, plugin driven home automation software written in NodeJS. DOMUSTO is developed to run on a Raspberry Pi, but other Linux based systems should work as well.
This project is a web interface for the DOMUSTO home automation server
First make sure you have the DOMUSTO server up and running: https://github.com/basvdijk/domusto-server-nodejs
npm installCopy the config file template in the src folder to your own:
cp src/config.example.js src/config.jsEdit the config file according to your setup.
npm run devIf you don't want to run the client in development mode you first need to build the client
npm run buildAfter building the dist folder contains the builded client. You can host the content of this directory on a server of your choice.
npm install
npm run serve
npm run build
npm run lint