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 iStart the development server on http://localhost:3000:
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm previewCheck out the deployment documentation for more information.