Skip to content

Commit

Permalink
Merge pull request #2255 from okTurtles/taoeffect-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
taoeffect authored Jul 25, 2024
2 parents 37d9f4a + bb261b1 commit ed722ba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed722ba

Please sign in to comment.