diff --git a/demo/index.html b/demo/index.html index a1dccab..9f21909 100644 --- a/demo/index.html +++ b/demo/index.html @@ -14,29 +14,101 @@ color: red; margin-top: 1rem; } - #app { - min-height: 200px; + .code { + font-family: monospace; + font-weight: 600; } -

Airbyte Widget Demo

+

Airbyte Widget Demo

+

+ This is a demo application of the Airbyte Embedded widget. Make sure you have the following environment variables + set in /demo/.env before running it: +

+

+

This demo uses these environment variables to fetch and refresh a scoped access token for the widget. In a + production application, the client_id and client_secret should not be exposed to your web application.

Loading widget...