Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1002 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 1002 Bytes

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.