### Install Dependencies and Run Dev Server Source: https://github.com/learnhouse/headless-examples/blob/main/README.md Install project dependencies using Bun, configure environment variables by copying the example file and editing it, then start the development server. ```bash bun install cp .env.example .env.local # then edit .env.local with your LearnHouse API URL, token, and org info bun dev ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.