This is a project to help illustrate concepts behind the percent rollout release option in LaunchDarkly.
After cloning this repo, you can install its dependencies by running the included setup script:
./setup.shCopy the .env file and add your SDK key:
cp ./backend/.env.example ./backend/.env
Don't forget to change your flag key in config.js - make sure to use a flag that is actually using a percentage rollout :)
When you're ready to run the visualization, execute the start script:
./start.shThe web application will be available on local port 5173. You can view it by opening a web browser and entering http://localhost:5173 in the URL bar.