BobStrogg / teslacam-browser

A very simple TeslaCam browser
Creative Commons Zero v1.0 Universal
237 stars 32 forks source link

Unable to start the application through index file or external file #31

Closed umaimehm closed 5 years ago

umaimehm commented 5 years ago

Hi, I followed the guide and opened up index.html in a browser. It showed a blank page. I then opened external.html in a browser and it showed a page with many broken links and unstructured text.

How does one start the application ? browsers: chrome, edge, IE

Can you please guide. Thanks

BobStrogg commented 5 years ago

Hi - The easiest way to use the app is download an installer from the Releases page at https://github.com/BobStrogg/teslacam-browser/releases and run it.

For example, here’s a link to the latest Windows installer: https://github.com/BobStrogg/teslacam-browser/releases/download/v0.0.949/teslacam-browser-setup-0.0.949.exe

Hope this helps!

BobStrogg commented 5 years ago

It's now possible to run the app just with Node, which is great if you want to run it as a server on a Raspberry Pi:

cd teslacam-browser
npm install
node server.js /path/to/TeslaCam
mitchcapper commented 5 years ago

@umaimehm please let us know if you are still having issues.