update readme and app settings

This commit is contained in:
akdeb 2025-04-26 01:59:26 +01:00
parent 67eecbb115
commit 5c3d744427
2 changed files with 7 additions and 1 deletions

View file

@ -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
<a href="https://www.youtube.com/watch?v=bXrNRpGOJWw">
<img src="https://img.shields.io/badge/Quickstart%20Tutorial-YouTube-yellow?style=for-the-badge&logo=youtube" alt="Watch Demo on YouTube">
</a>
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:

View file

@ -106,7 +106,7 @@ const AppSettings: React.FC<AppSettingsProps> = ({
<h2 className="text-lg font-semibold border-b border-gray-200 pb-2">
Device settings
</h2>
{skipDeviceRegistration && <div className="flex flex-col text-purple-500 text-xs gap-2">You don't need to register your device because you're in dev mode.</div>}
{skipDeviceRegistration && <div className="flex flex-col text-purple-500 text-xs gap-2">You don't need to register your device because NEXT_PUBLIC_SKIP_DEVICE_REGISTRATION is set to True.</div>}
<div className="flex flex-col gap-6">
<div className="flex flex-col gap-2">
<div className="flex flex-row items-center gap-2">