letters
This commit is contained in:
parent
559cb854fb
commit
6efd2cea02
1 changed files with 4 additions and 4 deletions
|
|
@ -5,10 +5,10 @@ If you are ready to launch your next AI venture that helps people in a meaningfu
|
||||||
## How to deploy
|
## How to deploy
|
||||||
|
|
||||||
1. Elato consists of 4 main parts:
|
1. Elato consists of 4 main parts:
|
||||||
a. the database hosted on supabase,
|
1. the database hosted on supabase,
|
||||||
b. the frontend that runs with NextJS,
|
2. the frontend that runs with NextJS,
|
||||||
c. the server that runs on Deno edge functions and
|
3. the server that runs on Deno edge functions and
|
||||||
d. the firmware the runs on your ESP32 Arduino device.
|
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)
|
2. Setup your Supabase db. Follow the instructions here: [Supabase Setup and Usage Guide](../supabase/README.md)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue