Skip to content

Commit df2a7f5

Browse files
committed
Update README
1 parent 7845023 commit df2a7f5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • demos/react-neon-tanstack-query-notes

demos/react-neon-tanstack-query-notes/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project demonstrates how to build a note-taking application using Neon's Data API (powered by PostgREST), Neon Auth for authentication and PowerSync for real-time updates and offline support. Instead of using traditional database access via a backend, or even a backend at all, this demo showcases how to leverage PowerSync for SQLite queries of replicated Postgres data with a very elegant JS SDK.
44

5-
**Note:** this demo was forked from [neon-data-api-neon-auth](https://github.com/neondatabase-labs/neon-data-api-neon-auth) to provide Neon users with a migration example of how to use PowerSync with Neon. The README provides only basic instructions for setting up the demo. Please refer to the [PowerSync documentation](https://neon.com/docs/powersync/get-started) for more information.
5+
**Note:** this demo was forked from [neon-data-api-neon-auth](https://github.com/neondatabase-labs/neon-data-api-neon-auth) to provide Neon users with a migration example of how to add PowerSync to an existing Neon project. This README provides only basic instructions for setting up the demo. Please refer to the [PowerSync / Neon integration guide](https://docs.powersync.com/integration-guides/neon-+-powersync) for more complete instructions.
66

77
**PowerSync JS SDK**
88

@@ -52,8 +52,10 @@ For detailed instructions, see:
5252

5353
```bash
5454
git clone https://github.com/powersync-ja/powersync-js.git
55-
cd demos/react-neon-notes-tanstack
55+
cd powersync-js
5656
pnpm install
57+
pnpm build:packages
58+
cd demos/react-neon-tanstack-query-notes
5759
```
5860

5961
### 3. Configure Environment Variables

0 commit comments

Comments
 (0)