Skip to content

Commit 3e18c52

Browse files
committed
Hacker news integration fixed
Signed-off-by: RAWx18 <rawx18.dev@gmail.com>
1 parent 10c284d commit 3e18c52

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ cd scripts
6565

6666
The application will be available at `http://localhost:8081`
6767

68+
> **Note:** For Slack integration, you must expose your local server with HTTPS. Start [ngrok](https://ngrok.com/) in your project directory:
69+
>
70+
> ```bash
71+
> ngrok http 8080
72+
> ```
73+
>
74+
> Use the generated `https://...ngrok.io/slack/callback` URL as your Slack app's redirect URL and set `slack_redirect_url` in your local override configuration to this value.
75+
6876
---
6977
7078
## CLI Commands

0 commit comments

Comments
 (0)