Files
supabase/about
Copple 2fd5ef4d02 Merge pull request #6142 from roj1512/master
chore: correct "JavaScript" cases
2022-04-19 12:43:56 +02:00
..
2022-04-12 23:19:42 -04:00
2022-04-12 23:19:42 -04:00

Supabase Docs

Contributing to the specs

  • cd /web/spec/
  • run make which will pull the latest TSDoc with your updates
  • add your comments to supabase.yml | postgrest.yml | gotrue.yml | realtime.yml
  • run npm run gen:supabase inside the /spec folder which will generate the Docusaurus pages
  • run npm run build to make sure the build is working
  • submit your PR