Files
epaper-dashboard-blog/README.md
Julien Lengrand-Lambert cab4c34a0b Add doc
2021-02-22 23:37:38 +01:00

1.7 KiB

A personal epaper dashboard powered by a raspberry.

You can read about the complete story and setup here

This is how it looks like :

personal dashboard photo

You can view the web version here ] To get started fast :

Materials :

Running the backend.

Built on top of epaper.js

On the raspberry, after having followed the instructions and installing node.

$ npm install; node index.js

Running the frontend.

On your local computer

$ cd epaper-ui
$ npm install; npm start

Update the dashboard for the raspberry:

On the root folder of the project

$ npm run build

Then push the latest version to Github, and pull on the raspberry.

Author