Skip to content

Commit

Permalink
chore(readme): remove ngrok section (#11164)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Jun 6, 2024
1 parent 8aa2699 commit 0cae8bd
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,35 +185,6 @@ manually upgrade them you can use:

yarn upgrade-interactive --latest

### Sharing your dev environment with `ngrok`

[`ngrok`](https://ngrok.com/) allows you to start an HTTP proxy server from the
web into your Yari server. This can be useful for testing your current build
using external tools like BrowserStack, WebPageTest, or Google Translate, or to
simply show a friend what you're up to. Obviously it'll never be faster than
your uplink Internet connection but it should be fairly feature-complete.

1. [Create in account on Ngrok.com](https://dashboard.ngrok.com/signup)
2. [Download the executable](https://ngrok.com/download)
3. Start your Yari server with `yarn start` in one terminal
4. Start the `ngrok` executable with: `/path/to/your/ngrok http 5042`

This will display something like this:

Session Status online
Account (Plan: Free)
Version 2.3.35
Region United States (us)
Web Interface http://127.0.0.1:4040
Forwarding http://920ba2108da8.ngrok.io -> http://localhost:5042
Forwarding https://920ba2108da8.ngrok.io -> http://localhost:5042

Connections ttl opn rt1 rt5 p50 p90
0 0 0.00 0.00 0.00 0.00

Now, take that "Forwarding" URL (`https://920ba2108da8.ngrok.io` in this
example) and share it.

## Building

The `server` builds content automatically (on-the-fly) when you're viewing
Expand Down

0 comments on commit 0cae8bd

Please sign in to comment.