Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 758 Bytes

File metadata and controls

22 lines (15 loc) · 758 Bytes

Contributing

This repo holds runnable examples for integrating Configure. Each folder — web/ and message-agent/ — is a standalone example.

Run an example

cd web            # or message-agent
cp .env.example .env     # add your keys — `npx configure setup` writes them
npm install
npm run dev

Pull requests

  • Keep examples minimal and copy-pasteable — they are teaching tools, not production apps.
  • Run npm run typecheck in the example you touched before opening a PR.
  • Match the existing style and Configure's docs voice. Reference: https://docs.configure.dev.

Questions

Open an issue, or see the docs at docs.configure.dev.