Skip to content

a cobbled together alternative UI to launchdarkly, allowing read/write access via LD API access token

Notifications You must be signed in to change notification settings

interviewstreet/discount-launchdarkly

 
 

Repository files navigation

discount-launchdarkly

a cobbled together alternative UI to launchdarkly, allowing read/write access via LD API access token

setup

make sure you have a recent version of node.js installed

clone this repo and install deps:

git clone https://github.com/6/discount-launchdarkly.git
cd discount-launchdarkly
yarn

create .env (see .env.sample) and set REACT_APP_LAUNCHDARKLY_ACCESS_TOKEN env var. This LD access token must have minimum reader role, but ideally writer role for ability to create/modify flags.

this access token can be created here: https://app.launchdarkly.com/settings/authorization

running it locally

after setup, just run yarn start to boot it up at http://localhost:3000

About

a cobbled together alternative UI to launchdarkly, allowing read/write access via LD API access token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • HTML 2.1%
  • JavaScript 0.8%