From bb261b183c69944d9982c4a33bfcd96e78594f89 Mon Sep 17 00:00:00 2001 From: Greg Slepak Date: Thu, 25 Jul 2024 14:12:25 -0700 Subject: [PATCH] Update README.md mention `grunt dev --tunnel` doesn't work and offer alternatives --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0e2801702..98c7dc168 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,15 @@ Create a tunnel to share access over the Internet: grunt dev --tunnel ``` +> [!IMPORTANT] +> This service (localtunnel) doesn't seem to work anymore. +> Instead please try [localhost.run](https://localhost.run/) or [serveo](https://serveo.net/) instead, e.g.: +> ``` +> $ grunt dev +> # then, in another terminal: +> $ ssh -R 80:localhost:8000 nokey@localhost.run +> ``` + Build the app for distribution ```bash