File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Feature flags powered by GitHub issues and NextJS. Toggle the features of your a
55## ✨ Features
66
77- [x] Enable or disable features by ticking a checkbox in a GitHub issue.
8- - [x] Use multiple environments or branches to control where the feature is enabled .
8+ - [x] Define feature flags across multiple environments or branches.
99- [x] Supports React Server Side and Client Side Components. Powered by the NextJS Cache.
1010- [x] Can be deployed as a stand-alone service to manage feature flags for multiple NextJS apps.
1111
@@ -67,10 +67,10 @@ Now let's get an auth token from GitHub and create a Webhook.
6767
68681 . [ Create a new personal access token] ( https://github.com/settings/tokens?type=beta ) in GitHub with ** Read access to issues and metadata** .
69692 . Create a GitHub Webhook by navigating to ` https://github.com/<OWNER>/<REPO>/settings/hooks/new `
70- - Set the \* _ Payload URL _ to ` https://<YOUR_DOMAIN>/api/next-flag ` . Hint: Use [ ngrok] ( https://ngrok.com/ ) for local development.
70+ - Set the ** Payload URL ** to ` https://<YOUR_DOMAIN>/api/next-flag ` . Hint: Use [ ngrok] ( https://ngrok.com/ ) for local development.
7171 - Set the ** Content type** to ` application/json `
7272 - Set the ** Secret** to a random string
73- - Select the " Issues" event.
73+ - Select the ** Issues** event.
74743 . Add the GitHub token and webhook secret to the ` .env ` file of your NextJS app.
7575
7676``` bash
You can’t perform that action at this time.
0 commit comments