Supabase and Next.js App Router Sample.
- Node.js v20
- Supabase Account
- Next.js (App Router)
- supabase-js
- pico.css
- Jest
- Storybook
- Radix
npm run storybook
cp .env.example .env.test.local
# Edit .env.test.local
npm run test
npm run lint
cp .env.example .env.local
# Edit .env.local
npm run dev
Push to main branch and it will be deployed by Vercel.