This repo holds runnable examples for integrating Configure. Each folder — web/ and message-agent/ — is a standalone example.
cd web # or message-agent
cp .env.example .env # add your keys — `npx configure setup` writes them
npm install
npm run dev- Keep examples minimal and copy-pasteable — they are teaching tools, not production apps.
- Run
npm run typecheckin the example you touched before opening a PR. - Match the existing style and Configure's docs voice. Reference: https://docs.configure.dev.
Open an issue, or see the docs at docs.configure.dev.