From 9df2e84c1a00d52189a05d5b19569eadcd04e3e9 Mon Sep 17 00:00:00 2001 From: Mike Ryan <6833475+flyinmryan@users.noreply.github.com> Date: Wed, 2 Apr 2025 10:03:36 -0700 Subject: [PATCH] Docs: add package audit and fix steps to README.md to account for vulnerabilities after installing packages --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea49dd..5ad66b9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ To get started with the codelab, download or fork this repo. A starter template To run the starter or solution apps, run the following from their respective directories: 1. `npm i` -2. `npm start` +2. `npm audit` +3. `npm audit fix` +4. `npm start` This will install the needed dependencies and run the app locally in your browser using Webpack Dev Server.