- If you want to develop via desktop browser, use Safari to be able to view HLS videos. Note, some UI/UX is different in browser than in Fire TV.
- Go to js/init.js and uncomment initApp(settings).
- Drag index.html onto Safari.
- To play videos you will need to spoof the 'AmazonWebAppPlatform' user agent in your browser.
- Turn developer options on your Amazon Fire TV (Settings > System > Developer Options)
- Download the Web App Tester App.
- Navigate to zype-amazonfiretv
- Fill in your app key. You will find the app key in config/config.js.
- Set up HTTP server: $ python -m SimpleHTTPServer
- Open the Web App Tester and target your launch path to http://localhost:8000
- Enable Devtools inside the Web App Tester
- Go to http://localhost:9222 in Chrome to launch Chrome debugger
Find localhost ip address in System Preferences > Network