Skip to content

Commit 20b0be9

Browse files
committed
Update README.md for the example
1 parent 99829d0 commit 20b0be9

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -134,30 +134,6 @@ export const myQuery = query({
134134

135135
You can run the example in the [`examples`](./example/README.md) folder to see how the LaunchDarkly component works.
136136

137-
```bash
138-
cd example
139-
npm install
140-
```
141-
142-
Follow the instructions above for [configuring the LaunchDarkly integration](#configure-the-launchdarkly-integration) and then run the example:
143-
144-
In seperate terminals:
145-
146-
```bash
147-
# Push the code to Convex
148-
npm run cvx
149-
```
150-
151-
```bash
152-
# Seed the database with some example data
153-
npx convex run fruits:seedData
154-
```
155-
156-
```bash
157-
# Run the front-end
158-
npm run dev
159-
```
160-
161137
## Production
162138

163139
When you're ready to deploy your app to production with LaunchDarkly, be sure to follow all the setup steps for produciton, including adding the `LAUNCHDARKLY_SDK_KEY` evnironment variable and configuring an additional shared secret and integration for Production. You'll want this to be configured before any of your code relies on the LaunchDarkly flags.

0 commit comments

Comments
 (0)