We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d65c56 commit 6a771f0Copy full SHA for 6a771f0
demos/react-supabase-todolist/README.md
@@ -12,7 +12,14 @@ A step-by-step guide on Supabase<>PowerSync integration is available [here](http
12
13
## Getting Started
14
15
-In your terminal, switch into the demo's directory:
+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:
23
24
```bash
25
cd demos/react-supabase-todolist
0 commit comments