From 669a5964cca6a27f8e5a8db6481fb5278d2e7734 Mon Sep 17 00:00:00 2001 From: akdeb Date: Wed, 22 Oct 2025 23:56:08 +0100 Subject: [PATCH] deploy subbullets --- docs/Deploy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Deploy.md b/docs/Deploy.md index 5d044f6..01855ee 100644 --- a/docs/Deploy.md +++ b/docs/Deploy.md @@ -4,7 +4,11 @@ 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: the database hosted on supabase, the frontend that runs with NextJS, the server that runs on Deno edge functions and the firmware the runs on your ESP32 Arduino device. +1. Elato consists of 4 main parts: + - the database hosted on supabase, + - the frontend that runs with NextJS, + - the server that runs on Deno edge functions and + - 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)