oak-testbed
v1.0.0
Published
1. Add your credentials and the IP address of your roku device in `.env` 2. Add your server url in `.env` - this is either your local server adress or an ngrok address. If you're using ngrok, make sure to use TCP and not HTTP (don't include `tcp://`) in t
Downloads
1
Readme
Setup
- Add your credentials and the IP address of your roku device in
.env
- Add your server url in
.env
- this is either your local server adress or an ngrok address. If you're using ngrok, make sure to use TCP and not HTTP (don't includetcp://
) in the url. - Run
npm start
to start the application. You may have to restart the app on Roku. This issue will be fixed soon.