From 6efd2cea02d4f43d36c63ef6ecb461db0f1b84a4 Mon Sep 17 00:00:00 2001 From: akdeb Date: Wed, 22 Oct 2025 23:57:21 +0100 Subject: [PATCH] letters --- docs/Deploy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Deploy.md b/docs/Deploy.md index d3c7ca6..eeb77a2 100644 --- a/docs/Deploy.md +++ b/docs/Deploy.md @@ -5,10 +5,10 @@ If you are ready to launch your next AI venture that helps people in a meaningfu ## How to deploy 1. Elato consists of 4 main parts: - a. the database hosted on supabase, - b. the frontend that runs with NextJS, - c. the server that runs on Deno edge functions and - d. the firmware the runs on your ESP32 Arduino device. + 1. the database hosted on supabase, + 2. the frontend that runs with NextJS, + 3. the server that runs on Deno edge functions and + 4. the firmware the runs on your ESP32 Arduino device. 2. Setup your Supabase db. Follow the instructions here: [Supabase Setup and Usage Guide](../supabase/README.md)