Skip to content

Commit

Permalink
Update demos/example-nextjs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: benitav <[email protected]>
  • Loading branch information
rkistner and benitav authored Mar 11, 2024
1 parent 2021010 commit de63073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/example-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ This example is built using [Next.js](https://nextjs.org/) and the [PowerSync JS
To see it in action:

1. Make sure to run `pnpm build:packages` in the root directory of this Git repo.
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.
2. Copy `.env.local.template` to `.env.local`, and complete the environment variables. You can generate a [temporary development token](https://docs.powersync.com/usage/installation/authentication-setup/development-tokens), or leave blank to test with local-only data.
3. `pnpm start`
4. Open the localhost URL in the browser displayed in the terminal output.

0 comments on commit de63073

Please sign in to comment.