From 2fa7b500b99f9d61b051c0836aa66354c3ecdb58 Mon Sep 17 00:00:00 2001 From: David Headrick Date: Wed, 19 Feb 2025 18:58:12 -0600 Subject: [PATCH] Signed-off-by: David Headrick --- README.md | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6a2d6..424d374 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,30 @@ # MassEmailReact -Mass Email React Website \ No newline at end of file +Mass Email React Website + +to clone: in command prompt, go to the directory you want to clone the project to, then type: + +``` +git clone --branch main https://@git.surge365.com/Surge365/MassEmailReact.git +``` + +## TO DO IF YOU WANT TO BUILD THIS PROJECT + +1. Install node.js v22.13.1 +2. Recommended to install nvm for Windows, then in command prompt, type: + ``` + nvm install 22.13.1 + ``` +3. Then type: + ``` + nvm use 22.13.1 + ``` +4. Then to verify, type: + ``` + node -v # Should return v22.13.1 + ``` +5. Then to verify npm, type: + ``` + npm -v # Should return a version + ``` +