From a713e8e4958192b0d011842354d3cee6f3dd5755 Mon Sep 17 00:00:00 2001 From: Jonatan Witoszek Date: Mon, 7 Aug 2023 17:32:56 +0200 Subject: [PATCH] Update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ae7f0..d857397 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ deno task start ### Tunnel +> **Note** +> Before you go ahead and start your app locally, give Deno Deploy a try! It takes a ~2 seconds to deploy the app after you push the changes to the repository 😉 + Create a tunnel, to make your app accessible from Internet. You can use [Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/install-and-setup/tunnel-guide/local/): ``` @@ -30,7 +33,7 @@ or by using ngrook: ngrok http 5544 ``` -> _Note_ +> **Note** > Saleor CLI's tunnel doesn't work with Deno ### Install app