Back to React Admin

Your supabase instance URL

packages/create-react-admin/templates/ra-supabase/README.md

5.14.6396 B
Original Source

Development Setup

Update the .env file to populate the environment variables with the values found on your project API settings:

sh
# Your supabase instance URL
VITE_SUPABASE_URL=
# Your supabase API key. We recommend using the public anonymous key
VITE_SUPABASE_API_KEY=

Customize The Application

Follow the instructions in your browser console once you start the application.