Files
supabase/web
Jordi Enric 238b3430f5 Add yarn add script for easy copy pasting
Just a tiny detail for us yarn users so we don't have to write the script manually.
2021-12-10 15:49:49 +08:00
..
2021-12-09 15:37:40 +08:00
2021-11-26 13:21:18 +08:00
2021-11-24 00:31:07 +08:00
2021-11-29 17:41:18 +08:00
2021-11-24 00:31:07 +08:00

Supabase Docs

Contributing to the specs

  • cd /web/spec/
  • run npm install
  • run make which will pull the latest TSDoc with your updates
  • add your comments to supabase.yml | dart.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