Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.54 KB

README.md

File metadata and controls

62 lines (43 loc) · 1.54 KB

Open Balena Dashboard (open-balena-dashboard)

Build artifact and publish Dashboard for Open Balena.

Check it out here

https://razikus.github.io/open-balena-dashboard/#/

Click on screen to check the video: Check the video

Android

Check out Android app! https://play.google.com/store/apps/details?id=eu.razniewski.openbalena.dashboard

Features

Features plan list

  • Add applications
  • Change log viewer to xterm

Issues and enchancements

Feel free to add the features, and request one.

Developing

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build