Skip to content

Commit c447e26

Browse files
authored
Merge pull request #95 from powersync-ja/minor-fixes
Minor fixes
2 parents 4d65c56 + 6d663cf commit c447e26

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

demos/example-nextjs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @journeyapps/powersync-example-nextjs
1+
# example-nextjs
22

33
## 0.0.2
44

demos/react-native-supabase-group-chat/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# powerchat
1+
# react-native-supabase-group-chat
22

33
## 1.0.2
44

demos/react-native-supabase-todolist/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# powersync-example
1+
# react-native-supabase-todolist
22

33
## 1.0.5
44

demos/react-supabase-todolist/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @journeyapps/powersync-nextjs-demo
1+
# react-supabase-todolist
22

33
## 0.1.12
44

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

demos/react-supabase-todolist/vite.config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export default defineConfig({
4040
display: 'standalone',
4141
scope: '/',
4242
start_url: '/',
43-
name: 'PowerSync NextJS Demo',
44-
short_name: 'PowerSync NextJS',
43+
name: 'PowerSync React Demo',
44+
short_name: 'PowerSync React',
4545
icons: [
4646
{
4747
src: '/icons/icon-192x192.png',

demos/yjs-react-supabase-text-collab/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @journeyapps/powersync-yjs-text-collab-demo
1+
# yjs-react-supabase-text-collab
22

33
## 0.0.6
44

0 commit comments

Comments
 (0)