Getting startedConnect existing preview environmentsFrameworksGatsbyOn this pageFrameworks - GatsbyAdding Livecycle SDK to Gatsby applicationThe installation is pretty straight forward, just install @livecycle/sdk package and add the init logic in your gatsby-browser.js fileExample// gatsby-browser.jsimport LivecycleSdk from "@livecycle/sdk";LivecycleSdk.init();