Update README with setup and cloning instructions

Added detailed instructions for cloning the project and setting up the development environment, including commands for Git, Node.js installation via nvm for Windows, and verification steps for Node.js and npm versions.
This commit is contained in:
David Headrick 2025-02-19 18:46:01 -06:00
parent cf9c98c18c
commit 45c8eb4095

View File

@ -1,3 +1,18 @@
# to clone: in command prompt, go to the directory you want to clone the project to, then type:
# git clone --branch main https://<your_username_here>@git.surge365.com/Surge365/MassEmailReact.git
# TO DO IF YOU WANT TO BUILD THIS PROJECT
# 1) Install node.js v22.13.1
# 1B) To do this, recommended to install nvm for windows, then in command prompt, type: nvm install 22.13.1
# 1C) Then type: nvm use 22.13.1
# 1D) Then to verify type: node -v (should return v22.13.1))
# 1E) Then to verify type: npm -v (should return a version)
# React + TypeScript + Vite # React + TypeScript + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.