Skip to content

crippin/twitch-webos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

709ca30 Β· Oct 20, 2019

History

23 Commits
Aug 13, 2019
Oct 20, 2019
Sep 7, 2019
Oct 9, 2019
Oct 9, 2019
Aug 10, 2019
Aug 10, 2019
Mar 11, 2019
Oct 9, 2019
Aug 10, 2019
Aug 13, 2019
Mar 11, 2019
Oct 9, 2019
Oct 20, 2019

Repository files navigation

twitch-webos

Build Status dependencies Status gh-pages

Links

LG webOS TV SDK

react-tv/react-tv-cli

yarn

Install

$ git clone https://github.com/crippin/twitch-webos.git
$ cd twitch-webos
$ yarn

Run in browser

$ yarn start

Build bundle.js

$ yarn build

Build ipk

Get webos cli from

https://webostv.developer.lge.com/sdk/installation/

or

# Depends on python3
$ ./tools/set_webos_cli

then

# Make sure that cli's binaries are executable
# chmod +x CLI/bin/ares-package
$ yarn build-ipk

Install to tv

To intall the app you need to enable Developer Mode on the TV.
Follow the instructions:

https://webostv.developer.lge.com/develop/app-test/

# Export TV name
$ export WEBOS_TV_NAME=tvname

# Make sure that cli's binaries are executable
# chmod +x CLI/bin/ares-install

$ ./tools/install.sh