# fledge-display **Repository Path**: mirrors_fledge-iot/fledge-display ## Basic Information - **Project Name**: fledge-display - **Description**: A simple graphical interface for visualising data from Fledge - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-24 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fledge-display Mini Display for Fledge App to be used on screen on a Raspberry Pi (or other small device). Displays a tab with ping results, and auto-populated tabs, one for each asset. For each tab, the current value is shown and a graph showing recent asset readings. ## Initial Setup [Node.js](https://nodejs.org/en) v22 or above and [Yarn](https://www.npmjs.com/package/yarn) must be installed. Dependent libraries have not been committed (since they will be different on different platforms). Before executing, run `yarn` to pull all needed libraries. These will be pulled into [root]/node_modules ## Configuration Set the IP address of the device into [root]/src/environments/environment.ts. The app really should automatically figure out it's own address. ## Development server Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. The parameter --port can be used to set the port. ## Creating and Installing Debian Package [Debian packaging and usage](debian-readme.md) ## Build Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory. ## Clean Run `yarn clean` to clean the build and dependencies.