You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/example-nextjs/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,6 @@ This example is built using [Next.js](https://nextjs.org/) and the [PowerSync JS
5
5
To see it in action:
6
6
7
7
1. Make sure to run `pnpm build:packages` in the root directory of this Git repo.
8
-
2.`pnpm start`
9
-
3. Open the localhost URL in the browser displayed in the terminal output.
8
+
2. Copy `.env.local.template` to `.env.local`, and complete the environment variables. You can generate a temporary development token on the PowerSync dashboard, or leave blank to test with local-only data.
9
+
3.`pnpm start`
10
+
4. Open the localhost URL in the browser displayed in the terminal output.
0 commit comments