Skip to content

Jclong98/supabase-nuxt3-starter

Repository files navigation

Nuxt 3 + Supabase

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

pnpm install --shamefully-hoist

Create a .env file and place your supabase url and key into it:

SUPABASE_URL = 'https://example.supabase.com'
SUPABASE_KEY = '<your_key>'

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Checkout the deployment documentation for more information.

Releases

No releases published

Packages

No packages published