update readme with docker instructions

This commit is contained in:
akdeb 2025-05-25 13:22:44 +01:00
parent 1697d1ebd0
commit d11bec8a2c

View file

@ -57,7 +57,7 @@ git clone git@github.com:akdeb/ElatoAI.git
2. **Start Supabase**
Install [Supabase CLI](https://supabase.com/docs/guides/local-development/cli/getting-started) and set up your Local Supabase Backend. Make sure you have Docker Desktop set up. Then 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. Make sure you have [Docker Desktop](https://www.docker.com/products/docker-desktop/) set up. Then from the root directory, run:
```bash
brew install supabase/tap/supabase
supabase start # This starts your local Supabase server with the default migrations and seed data.