Before creating pull requests lint the code and fix (if any) errors in console, otherwise changes will not be deployed.
npx next lint --fix
npx supabase init
npx supabase link --project-ref PROJECT_ID
npx supabase gen types typescript --linked --schema public > types/supabase.ts
This repo is licensed under the CC BY-NC-ND 4.0 license.