A WebUI dashboard for IoT devices like raspberry pi.
This fork is a learning exercise for rewriting the backend using node.
After cloning the repository, install the dependencies:
$ npm install
Build or rebuild the client-side js:
$ npm run build
And start the local server (listening on port 3000):
$ npm start
Original project details: (https://make.quwj.com/project/10)
Copyright 2017-2020 NXEZ.com.
Licensed under the GPL v3.0 license.