diff --git a/examples/studio/supabase/README.md b/examples/studio/supabase/README.md index bf393aa58db..8e1fb2e7397 100644 --- a/examples/studio/supabase/README.md +++ b/examples/studio/supabase/README.md @@ -2,13 +2,7 @@
A Toolpad Studio app that fetches data from Supabase and shows it in a list component.
- - - - -## Check out the live app - -[Open example](https://mui-toolpad-supabase-production.up.railway.app/prod/pages/page) + ## How to run @@ -33,6 +27,8 @@ This app demonstrates the following capabilities of Toolpad Studio: 1. Connecting to Supabase database using custom functions. 2. Using the list component to create a basic product catalogue manager. +Note: The underlying supabase database is inactive, but you can use this configuration to setup your app. + ## The source [Check out the source code](https://github.com/mui/toolpad/tree/master/examples/studio/supabase)