local-ui

0.0.5 • Public • Published

Local UI

A local web UI to gain visibility into the device, importable into your multicontainer fleet as a balenaBlock. This project is a WIP.

Usage

TODO

Development

Installation

# Ensure Node 14 (LTS) is installed.
nvm use 14
# Perform a clean NPM installation.
npm ci

Local machine development

npm run dev

You may develop certain parts of the Local UI codebase on your machine regardless of its architecture. This mode is useful for developing the frontend or some parts of the server.

Then, navigate to http://localhost/ to view your changes as they happen live.

Local mode development

balena push <DEVICE_LOCAL_IP>

You may develop any part of the Local UI codebase by pushing code as a local mode container onto a device running balenaOS. This mode of development is useful for working with the devices interfaces, such as the network, balena Supervisor's API, or systemd services, and requires a local installation of balena CLI.

For more information about balena's local mode, see balena's documentation.

Package Sidebar

Install

npm i local-ui

Weekly Downloads

0

Version

0.0.5

License

Apache-2.0

Unpacked Size

51.7 kB

Total Files

23

Last publish

Collaborators

  • balena.io