From e644aa26f05c909232488ece732abea440d61b7a Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Thu, 22 Feb 2024 20:28:45 -0700 Subject: [PATCH] Add PWA to README Signed-off-by: Justin Georgi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 188aebc..3aec321 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Anatomy Lab Visual Identification Neural Net (A.L.V.I.N.N) is a f7 based app for ## Install * **Android:** Download the latest Android apk in [packages](https://gitea.azgeorgis.net/Georgi_Lab/ALVINN_f7/packages) and open the downloaded file to install. * **iOS:** To do -* **Web app:** To do +* **Web app:** Download the latest Web zip file in [packages](https://gitea.azgeorgis.net/Georgi_Lab/ALVINN_f7/packages) and extract the files to a folder location available via web access then visit that location in your web browser. * **Run from source:** Clone this repository and in the root directory run `npm install` followed by `npm start`. For more information see [f7 info](f7_info.md). ## Quick Start