Skip to content

Commit 5c9c96f

Browse files
committed
fix: commands
1 parent e1aa5c5 commit 5c9c96f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ node_modules
77

88
# Env files
99
.env
10-
.env.local
10+
.env.local
11+
12+
# Misc
13+
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you do not have these, you may have to run Supabase locally first before deve
5757
For development, run the following command from the root repository:
5858

5959
```bash
60-
pnpm db:start & pnpm dev
60+
pnpm db:start && pnpm dev
6161
```
6262

6363
- `supbase` CLI will start your Supabase Instance at the response ports

docs/getting-started/existing-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To work with a local Supabase Instance you need to run a database container with
105105
::: code-group
106106

107107
```bash [Using a local Supabase Instance]
108-
pnpm db:start & pnpm dev
108+
pnpm db:start && pnpm dev
109109
```
110110

111111
```bash [Using a cloud Supabase Instance]

docs/getting-started/from-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To work with a local Supabase Instance you need to run a database container with
3737
::: code-group
3838

3939
```bash [Using a local Supabase Instance]
40-
pnpm db:start & pnpm dev
40+
pnpm db:start && pnpm dev
4141
```
4242

4343
```bash [Using a cloud Supabase Instance]

0 commit comments

Comments
 (0)