From 8fceed472ab595de689396dad07cfbe19578d349 Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Thu, 17 Dec 2020 14:55:57 -0500 Subject: [PATCH] Update README.md --- webgl/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webgl/README.md b/webgl/README.md index fa014d7..79b6cb9 100644 --- a/webgl/README.md +++ b/webgl/README.md @@ -57,3 +57,5 @@ npx serve ``` The console will display a `localhost` URL for local testing, and (on supported WiFi networks and devices) may also display an IP address accessible by other devices on the same network. Note that mobile devices must support WebAssembly to run this demo. Learn more about [remote debugging your android devices](https://developers.google.com/web/tools/chrome-devtools/remote-debugging/). + +Alternately, use [Web Server for Chrome](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb), browse to your local "webgl" directory, and then select 127.0.0.1:8887 under "Web Server URL(s).