Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 527 Bytes

Development tips for this project

Creating pull requests

Before creating pull requests lint the code and fix (if any) errors in console, otherwise changes will not be deployed.

npx next lint --fix

Generating Supabase types

npx supabase init
npx supabase link --project-ref PROJECT_ID
npx supabase gen types typescript --linked --schema public > types/supabase.ts

License

This repo is licensed under the CC BY-NC-ND 4.0 license.