Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions examples/supabase-edge-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Install the dependencies:
dart pub get
```

Pull supabase images:

*Note that this step is only required once, make sure you have [Docker](https://docs.docker.com/engine/install/) installed.*

```bash
supabase start
```

Start the application via Dart Edge CLU & the [`supabase` CLI](https://supabase.com/docs/guides/cli):

```bash
Expand Down