From 0efc5f5f7eb674f1a6269cef2f861ddc9cba4842 Mon Sep 17 00:00:00 2001 From: Jimmy06 Date: Sat, 24 Feb 2024 10:42:31 +0000 Subject: [PATCH] Update README.md Include Installing NPM prerequisites --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 50ab962..cde21a5 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,14 @@ PowerShell: $env:ENDPOINT=/admin ``` +#### Install Prerequisits + +You can install these by running: + +``` +npm install +``` + #### Build You can create the production build by running: