nuxt-supabase-template minimal starter Setup Create .env file in the root of the project SUPABASE_URL= SUPABASE_KEY= DATABASE_URL= Make sure to install the dependencies: pnpm install Development Server Start the development server on http://localhost:3000: pnpm run dev