From 2a7ef6b177dd772e3435bfb8ea5f142667a33156 Mon Sep 17 00:00:00 2001 From: alrocar Date: Mon, 24 Feb 2025 16:49:54 +0100 Subject: [PATCH] update readme --- README.md | 7 +++++++ tinybird/README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e6f7e..ba586a6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,13 @@ Deploy the Tinybird and Next.js to the cloud to get started quickly. Append the `tinybird/fixtures/logs.ndjson` file to the `logs` Data Source or stream some mock data. +Configure Environment Variables and you are ready to go: + +```bash +NEXT_PUBLIC_TINYBIRD_API_KEY= +NEXT_PUBLIC_TINYBIRD_API_URL= +``` + ## Local Development Get started by forking the [GitHub repository](https://github.com/tinybirdco/logs-explorer-template) and then customizing it to your needs. diff --git a/tinybird/README.md b/tinybird/README.md index 6f4efc8..b347f47 100644 --- a/tinybird/README.md +++ b/tinybird/README.md @@ -15,7 +15,7 @@ Deploy the Tinybird project to the cloud: ```bash cd tinybird -tb --cloud deploy --auto --wait +tb --cloud deploy ``` ## Customization