ordered
This commit is contained in:
parent
669a5964cc
commit
559cb854fb
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:
|
||||||
- the database hosted on supabase,
|
a. the database hosted on supabase,
|
||||||
- the frontend that runs with NextJS,
|
b. the frontend that runs with NextJS,
|
||||||
- the server that runs on Deno edge functions and
|
c. the server that runs on Deno edge functions and
|
||||||
- the firmware the runs on your ESP32 Arduino device.
|
d. 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