From c0262407f5bc465f8f4b63cda7a1464b77c71bb0 Mon Sep 17 00:00:00 2001 From: ajuvonen Date: Wed, 27 Mar 2024 12:27:32 +0200 Subject: [PATCH] Update PWA instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index daced8c..df3749c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ GetFit is a simple frontend-only exercise planner created with Vue3, TypeScript, and Vite. Used libraries include Pinia, Vuetify, Cypress and Vitest. For CI, the project uses Github Actions. -To test this app in production, visit +To test this app in production, visit . You can also install the app as a PWA on your own device. ## Requirements Node 20+ +PWA functionalities require a PWA-compatible browser. + ## Running e2e tests 1. Run `npm install`