Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 738 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 738 Bytes

LaunchDarkly Percent Rollouts

This is a project to help illustrate concepts behind the percent rollout release option in LaunchDarkly.

How to use

After cloning this repo, you can install its dependencies by running the included setup script:

./setup.sh

Copy 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.sh

The 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.