{"id":38498963,"url":"https://github.com/rdkcentral/rdke-refui","last_synced_at":"2026-04-04T12:07:58.121Z","repository":{"id":259016741,"uuid":"862217761","full_name":"rdkcentral/rdke-refui","owner":"rdkcentral","description":"Reference lightning based UI to showcase features and services of RDK reference platforms","archived":false,"fork":false,"pushed_at":"2026-04-03T00:05:43.000Z","size":11597,"stargazers_count":1,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2026-04-03T06:44:30.985Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rdkcentral.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-24T08:31:07.000Z","updated_at":"2026-04-01T02:58:52.000Z","dependencies_parsed_at":"2025-01-21T17:33:47.189Z","dependency_job_id":"4feffbc9-81c6-4438-8409-26b1356c1789","html_url":"https://github.com/rdkcentral/rdke-refui","commit_stats":null,"previous_names":["rdkcentral/rdke-refui"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/rdkcentral/rdke-refui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Frdke-refui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Frdke-refui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Frdke-refui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Frdke-refui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdkcentral","download_url":"https://codeload.github.com/rdkcentral/rdke-refui/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdkcentral%2Frdke-refui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31398818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T05:57:39.276Z","updated_at":"2026-04-04T12:07:58.095Z","avatar_url":"https://github.com/rdkcentral.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rdke-refui\n\nReference **lightning 2.0** based UI to showcase features and services of RDK Video reference platforms.\n\nFollowing section details about how to customize the current UI source code and develop further.\n\n**Follow the commands to run the application on you laptop.**\n\n**Firstly install Lightning CLI:**\nInstall `lightningjs/cli`\n```\n$ npm install -g @lightningjs/cli\n```\nVerify the `lng` installation by typing `lng` in the command prompt. You will see the below output.\n```\n$ lng\nUsage: index lightning-cli \u003ccommand\u003e [options]\n\nOptions:\n-V, --version output the version number\n-h, --help display help for command\n\nCommands:\ncreate - Create a new Lightning App\nbuild - Build a local development version of the Lightning App\nserve - Start a local webserver and run a built Lightning App in a web browser\nwatch - Watch for file changes and automatically rebuild the App\ndev - Build a local Lightning App, start a local webserver, run a built Lightning App in a web browser and watch for changes\ndocs - Open the Lightning-SDK documentation\ndist [options] - Create a standalone distributable version of the Lightning App\nupload - Upload the Lightning App to the Metrological Back Office to be published in an App Store\nupdate - Update the Lightning-CLI to the latest version\nhelp [command] - display help for command\n```\n**Clone repo :**\nNote: use latest `TAG` for released versions or `develop`/`main` as `BRANCH` .\n```\n$ git clone https://github.com/rdkcentral/rdke-refui -b develop\n$ cd rdke-refui/accelerator-home-ui\n```\nNote: if you are not able to launch offline UI, add `.env` file inside `accelerator-home-ui/` and add `LNG_BUNDLER=esbuild` to force the bundler. Make sure you have esbuild dependency (`npm install esbuild`)\n```\n$ npm install\n```\nBuild\n```\n$ lng build\n```\n\n**Install as offline-app :**\n```\n$ cd accelerator-home-ui/dist/\u003ces6\u003e/\n```\nReplace the dummy icons with original and then tar the entire contents to deploy on the offline UI location on device.\n\nNote: On a RDKV reference device; the `lighttpd` webserver is configured to load the offline UI from `server.document-root` which includes the alias `lxresui` of the above dist file mapped for loading. Default alias maps the directory `/home/root/lxresui/`.\n\n**Host the app locally to test :**\n```\n$ lng serve\n```\nIt will print the local url as : `http://127.0.0.1:8080` which can be loaded as url to the `residentApp.sh` which is responsible for offline UI url loading on STB.\n\n## License Details\nThis project is distributed under the terms outlined in the associated [License](LICENSE) and [Notice](NOTICE) files. Please review these files for detailed information.\n\n## Release and change Details\nFor a comprehensive list of changes, updates, and release history, refer to the [Changelog](CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkcentral%2Frdke-refui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdkcentral%2Frdke-refui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdkcentral%2Frdke-refui/lists"}