mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 20:16:04 +08:00
Supabase Docs
Contributing to the specs
cd /web/spec/- run
npm install - run
makewhich will pull the latest TSDoc with your updates
Note:
makerequiresjq - a lightweight and flexible command-line JSON processor. To install on OSX with homebrew, run:brew install jq.
- Add your comments to
supabase.yml|dart.yml|postgrest.yml|gotrue.yml|realtime.yml - run
npm run gen:supabaseinside the/specfolder which will generate the Docusaurus pages - run
npm run buildto make sure the build is working - Submit your PR