mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 12:34:19 +08:00
14 lines
523 B
Markdown
14 lines
523 B
Markdown
# Supabase Docs
|
|
|
|
### Contributing to the specs
|
|
|
|
- `cd ./web/spec/`
|
|
- run `npm install`
|
|
- run `make` which will pull the latest TSDoc with your updates
|
|
|
|
> Note: `make` requires [`jq - a lightweight and flexible command-line JSON processor`](https://stedolan.github.io/jq/). To install on OSX with homebrew, run: `brew install jq`.
|
|
|
|
- Apply your updates to `supabase.yml` | `dart.yml` | `postgrest.yml` | `gotrue.yml` | `realtime.yml`
|
|
- run `npm run build && npm run start` to make sure the build is working
|
|
- Submit your PR
|