mirror of
https://github.com/supabase/supabase.git
synced 2026-07-07 01:34:22 +08:00
16 lines
292 B
Markdown
16 lines
292 B
Markdown
# Supabase Specs
|
|
|
|
These spec files are used to generate the [reference documentation](https://supabase.com/docs/reference).
|
|
|
|
## Preparation
|
|
|
|
To get started, run `make init`. This installs all dependencies.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
|
|
make # download and transform specs into docs
|
|
|
|
```
|