Add Bubblewrap TWA build and install instructions to README.md

This commit is contained in:
Jeppe Bundgaard
2026-01-21 09:09:09 +01:00
parent 0cf1cc4498
commit 670324c7fb
+16
View File
@@ -27,3 +27,19 @@ npm run dev
```sh
npm run build
```
## Bubblewrap (TWA) Build and Install
To build and install the Trusted Web Activity (TWA) using Bubblewrap, use the following commands:
### Build the TWA
```sh
bubblewrap build
```
### Install the TWA on a connected device
```sh
bubblewrap install
```