Skip to content
/ supanuxt Public template

My Nuxt x Supabase project

Notifications You must be signed in to change notification settings

meirroth/supanuxt

Repository files navigation

My Nuxt x Supabase starter

This is a starter template for a Nuxt 3 project with Supabase integration. It includes:

  • Nuxt UI
  • Eslint and Prettier
  • Supabase CI/CD integration
  • Sign up and sign in with magic link using Supabase Auth

Guide and inspiration from:

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

pnpm i

Development

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.