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:
- https://supabase.com/docs/guides/cli/managing-environments
- https://supabase.nuxtjs.org/
- https://github.com/nuxt-modules/supabase/tree/main/demo
- https://github.com/jahidanowar/shrty
- https://ui.nuxt.com/
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
pnpm i
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Check out the deployment documentation for more information.