From 5c3d7444271580edc3093c49f46328fee42af2a9 Mon Sep 17 00:00:00 2001 From: akdeb Date: Sat, 26 Apr 2025 01:59:26 +0100 Subject: [PATCH] update readme and app settings --- README.md | 6 ++++++ frontend-nextjs/app/components/Settings/AppSettings.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc8440..8b4c878 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,14 @@ Control your ESP32 AI device from your phone with the Elato AI webapp. | Select from a list of AI characters | Talk to your AI with real-time responses | Create personalized AI characters | |:--:|:--:|:--:| + ## 🚀 Quick Start + + Watch Demo on YouTube + + + 1. **Start Supabase** Install [Supabase CLI](https://supabase.com/docs/guides/local-development/cli/getting-started) and set up your Local Supabase Backend. From the root directory, run: diff --git a/frontend-nextjs/app/components/Settings/AppSettings.tsx b/frontend-nextjs/app/components/Settings/AppSettings.tsx index 9e8b724..3919440 100644 --- a/frontend-nextjs/app/components/Settings/AppSettings.tsx +++ b/frontend-nextjs/app/components/Settings/AppSettings.tsx @@ -106,7 +106,7 @@ const AppSettings: React.FC = ({

Device settings

- {skipDeviceRegistration &&
You don't need to register your device because you're in dev mode.
} + {skipDeviceRegistration &&
You don't need to register your device because NEXT_PUBLIC_SKIP_DEVICE_REGISTRATION is set to True.
}