Skip to content

Commit

Permalink
add ngrok hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
hoa-ngo-gs committed Oct 7, 2024
1 parent d319573 commit 4c8f593
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Once your domain is set up with HTTPS, you can proceed to create and host your `

#### Alternative: Testing with Ngrok (Without a Domain)

If you don't have a domain but want to test the process locally, you can use **ngrok** to create a secure HTTPS tunnel to your localhost. Ngrok temporarily exposes your local server to the internet, giving you a unique URL for testing.
If you don't have a domain but want to test the process locally, you can use [**ngrok**](https://ngrok.com/download) to create a secure HTTPS tunnel to your localhost. Ngrok temporarily exposes your local server to the internet, giving you a unique URL for testing.

**Steps to Use Ngrok:**

1. Install and register **ngrok**.
1. Install and register [**ngrok**](https://ngrok.com/download).
2. Run the following command to create a secure tunnel to your `localhost:3332` (VCkit API server):

```bash
Expand Down

0 comments on commit 4c8f593

Please sign in to comment.