Getting startedConnect existing preview environmentsFrameworksSvelteKitOn this pageFrameworks - SvelteKitAdding Livecycle SDK to SvelteKit AppThe simplest way would add Livecycle to the main component or layout. It's important to run Livecycle SDK only in browser context.Exampleimport LivecycleSdk from "@livecycle/sdk"$: if (browser){ LivecycleSdk.init()}