We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff22b56 commit 702bdffCopy full SHA for 702bdff
2 files changed
examples/README.md
@@ -18,6 +18,10 @@ This directory contains example applications demonstrating how to integrate Peam
18
19
- **[Astro + React](./astro-react)** - Astro example with React islands and Peam integration
20
21
+### React Router
22
+
23
+- **[React Router](./react-router)** - React Router example with SSR and Peam integration
24
25
## Contributing
26
27
Feel free to add more examples for other frameworks.
examples/astro-react/.env.local.example examples/astro-react/.env.exampleexamples/astro-react/.env.local.example renamed to examples/astro-react/.env.example
@@ -1,2 +1,4 @@
1
# OpenAI API Key
2
OPENAI_API_KEY=your_openai_api_key_here
3
+# Enable Peam logging
4
+PEAM_LOGGING=1
0 commit comments