From 670324c7fb3daf5a3717838668941d422bf31071 Mon Sep 17 00:00:00 2001 From: Jeppe Bundgaard Date: Wed, 21 Jan 2026 09:09:09 +0100 Subject: [PATCH] Add Bubblewrap TWA build and install instructions to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f97894be..62deb43a 100644 --- a/README.md +++ b/README.md @@ -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 +```