Skip to content

dsgruss/pi-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi Dashboard

A WebUI dashboard for IoT devices like raspberry pi.

This fork is a learning exercise for rewriting the backend using node.

Install

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.

About

A WebUI dashboard for IoT devices like raspberry pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.1%
  • HTML 42.9%