Add Bubblewrap TWA build and install instructions to README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user