update readme and app settings
This commit is contained in:
parent
67eecbb115
commit
5c3d744427
2 changed files with 7 additions and 1 deletions
|
|
@ -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 |
|
| Select from a list of AI characters | Talk to your AI with real-time responses | Create personalized AI characters |
|
||||||
|:--:|:--:|:--:|
|
|:--:|:--:|:--:|
|
||||||
|
|
||||||
|
|
||||||
## 🚀 Quick Start
|
## 🚀 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**
|
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:
|
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:
|
||||||
|
|
|
||||||
|
|
@ -106,7 +106,7 @@ const AppSettings: React.FC<AppSettingsProps> = ({
|
||||||
<h2 className="text-lg font-semibold border-b border-gray-200 pb-2">
|
<h2 className="text-lg font-semibold border-b border-gray-200 pb-2">
|
||||||
Device settings
|
Device settings
|
||||||
</h2>
|
</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-6">
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
<div className="flex flex-row items-center gap-2">
|
<div className="flex flex-row items-center gap-2">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue