Skip to content

Commit 6a771f0

Browse files
committed
Improve getting started instructions
1 parent 4d65c56 commit 6a771f0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

demos/react-supabase-todolist/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ A step-by-step guide on Supabase<>PowerSync integration is available [here](http
1212

1313
## Getting Started
1414

15-
In your terminal, switch into the demo's directory:
15+
In the repo directory, use [pnpm](https://pnpm.io/installation) to install dependencies:
16+
17+
```bash
18+
pnpm install
19+
pnpm build:packages
20+
```
21+
22+
Then switch into the demo's directory:
1623

1724
```bash
1825
cd demos/react-supabase-todolist

0 commit comments

Comments
 (0)