This is a service for your personal touchscreen at home. You can display and control all your home automatization functions. We will provide some interesting modules but feel free to contribute and submit your own plugins! The homescreen provides an easily usabled plugin interface.
after you got the project working following the guide in "Compile it yourself", and this works without any errror, you can use the quicker way to start the backend, the module library and the Angular frontend. Just navigate into the frontend directory and run:
npm run start-all
glide install
the backend dependencies from main directorynpm install
the frontend dependencies from core/app folderbower install
the frontend dependencies from core/angularjs foldergo build core/backend/app.go && ./app
go build example/main.go && ./main http://localhost:3000
we should provide a more easy way of usage :)