Using the LaunchDarkly CLI Local Development Server: Testing Client-Side and Server-Side Flags in an Astro Application. (opens in new tab)
The LaunchDarkly CLI now allows you to run a local development server to create a local copy of your flags in your local development environment. These local feature flags will enable you to continue development without an internet connection. This guide will explain how (and why) to use the local development server to test both client-side and server-side flags in an Astro Application.
Read the original article