Skip to content

KSoonYo/remu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webOS TV Web APP sample: Remu

Description

This is a simple app for webOS TV APP created by KSoonYo

Prerequisite

Feature

v0.0.1

  • octave up/down
  • C4 ~ B6 notes with a remote control

Run

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>

Deploy

  1. Create /dist folder in working directory
npm run pack
  1. Package the /dist to create an IPK
ares-package dist
  1. Install the IPK on the target device
ares-install --device <TARGET_DEVICE> <YOUR_IPK_NAME>.ipk

References

About

A simple webOS TV web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published