Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 345 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 345 Bytes

LaunchDarkly example

This simple example connects LaunchDarkly to Convex via an integration talking to a Convex Component.

Setup

npm i
cd example
npm i
npm run setup

Then follow the steps here to configure LaunchDarkly.

Then you can run the demo:

npm run dev