A simple repository for development using Supabase CLI in Gitpod
- Installs Deno, the JS environment for Supabase scripts
- Installs Supabase CLI, writes
supabase status
environment variables in .env and opens dashboard in the browser - Provides the Setup in
.gitpod.yml
to link to the hosted Supabase for deployment
- Visit the Frontend in the Browser (should open automatically)
- Provide your Supabase Access Token as
SUPABASE_ACCESS_TOKEN
in your Gipod Repository Environment variables to link the project - You can also use other environment variables to link to a project or the database password for interactions with the database.
- Start your project with Supabase...