Skip to content

Commit 3f1ab08

Browse files
authored
Update README.md
1 parent b680c0a commit 3f1ab08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ docker run --rm \
4848
ghcr.io/soup-bowl/netscrape:edge
4949
```
5050

51+
### Testing Offline Capabilities
52+
53+
If you want to test the PWA functionality locally, you can add the following to the `VitePWA()` segment in `vite.config.ts`:
54+
55+
```js
56+
devOptions: { enabled: true },
57+
```
58+
59+
5160
## Logo
5261

5362
The temporary logo utilises the **album-collection** icon from [Free icons](https://free-icons.github.io/free-icons/).

0 commit comments

Comments
 (0)