From e073c73754c03b0c9e1e33c271d3da54d46ca168 Mon Sep 17 00:00:00 2001 From: Mackenzie Wildman Date: Fri, 21 Apr 2023 13:23:31 -0700 Subject: [PATCH] add webhook info to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0827afe..a679724 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,15 @@ Includes: ``` ## Getting Started -Ensure you have nodejs and docker installed on your workstation. +To run locally, spin up a local webhook using [ngrok](https://ngrok.com/): +1. [Download](https://ngrok.com/download) and install ngrok +2. Start ngrok to create a public URL for your localhost. Replace 3000 with your local server's port if it differs. +``` +ngrok http 3000 +``` +3. Note the Forwarding URL (e.g. https://yoursubdomain.ngrok.ioor yoursubdomain.ngrok-free.app) for configuring the webhook (see https://docs.holaplex.dev/hub/Guides/hosting-locally) + +To spin up the app, ensure you have nodejs and docker installed on your workstation. Then: ``` # start postgres in a docker container