Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
added PWA readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Nov 16, 2023
1 parent 2bf7311 commit b1da454
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions demos/powersync-nextjs-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,23 @@ pnpm watch

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Progressive Web App (PWA)
This demo is PWA compatible. PWA is not available in development (watch) mode.

Build the production codebase

```bash
pnpm build
```

Run the production server

```bash
pnpm start
```

Open a browser on the served URL and install the PWA.

## Learn More

To learn more about Next.js, take a look at the following resources:
Expand Down

0 comments on commit b1da454

Please sign in to comment.