This is a simple app for webOS TV APP created by KSoonYo
- node v16+
- webOS ares-cli
- (option) Simulator
- (option) target device(webOS TV)
v0.0.1
- octave up/down
- C4 ~ B6 notes with a remote control
npm i
npm run serve // on local web server
In webOS TV simulator,
npm run clean
npm run pack
ares-launch -s <SIMULATOR_VERSION> </APP/DIR/PATH>
- Create
/dist
folder in working directory
npm run pack
- Package the
/dist
to create anIPK
ares-package dist
- Install the
IPK
on the target device
ares-install --device <TARGET_DEVICE> <YOUR_IPK_NAME>.ipk