Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Dependencies
node_modules/
website/node_modules/
website/.next/
website/out/
website/.source/

# Supabase
**/supabase/.branches
**/supabase/.temp
Expand All @@ -6,8 +13,10 @@ cli/seed.sh
*.swp
venv
.env
.env*.local
*.egg-info/
__pycache__/
*.pyc
.DS_Store
target/
cli/target/
14 changes: 12 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,25 @@ The [`supabase/dbdev`](https://github.com/supabase/dbdev) repository hosts the s

The package registry `supabase/`, is a [Supabase](https://supabase.com) project where accounts, organizations, and packages are normalized into database tables. For more info of the registry, see the [architecture](#architecture) section

#### Option 1: Lightweight Local Dev with `@supabase/lite` (Zero-Docker)

Run a local in-memory/embedded Supabase stack instantly without Docker:

```bash
pnpm db:lite
```

#### Option 2: Full Docker Stack via Supabase CLI

Requires:
- [Supabase CLI](https://github.com/supabase/cli)
- [docker](https://www.docker.com/)

```
```bash
supabase start
```

which returns a set of endpoints for each service
which returns a set of endpoints for each service:

```text
supabase local development setup is running.
Expand Down
Binary file added assets/squid-supabase.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading