import { TutorialStep } from "./tutorial-step"; export default function ConnectSupabaseSteps() { return (

    Head over to{" "} database.new {" "} and create a new Supabase project.

    Rename the{" "} .env.example {" "} file in your Next.js app to{" "} .env.local {" "} and populate with values from{" "} your Supabase project's API Settings .

    You may need to quit your Next.js development server and run{" "} npm run dev {" "} again to load the new environment variables.

    You may need to refresh the page for Next.js to load the new environment variables.

); }