This is the Next.js version of babyui.
Leveraging Supabase for user authentication and data persistance.
Like the previous SPA version, you just have to install node modules and run the development server:
pnpm install
pnpm run dev
Env variables are needed to connect with Supabase. Not pushed in dev yet.