From 2cd23cd8d7847f27d31710c4916effd982fa4c54 Mon Sep 17 00:00:00 2001 From: Chelsea Ip <42418795+ipchelsea@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:41:09 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7db52b5..be7d9c3 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # website-expo-2018 + +1/16/20 Added Volunteer Link +1/16/20 Added Event Registration Link +1/16/20 Added Mentor Link From 68b22163125e726c19c47b52e830568ab577a961 Mon Sep 17 00:00:00 2001 From: Chelsea Ip <42418795+ipchelsea@users.noreply.github.com> Date: Thu, 16 Jan 2020 17:47:23 -0800 Subject: [PATCH 2/3] Create mentorlink.html --- mentorlink.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 mentorlink.html diff --git a/mentorlink.html b/mentorlink.html new file mode 100644 index 0000000..5c7ba96 --- /dev/null +++ b/mentorlink.html @@ -0,0 +1 @@ + Mentor registration From 816cde283b9c0778a7458252a01b82564126c782 Mon Sep 17 00:00:00 2001 From: Chelsea Ip <42418795+ipchelsea@users.noreply.github.com> Date: Fri, 28 Feb 2020 16:23:53 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be7d9c3..a0a5892 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,23 @@ # website-expo-2018 -1/16/20 Added Volunteer Link -1/16/20 Added Event Registration Link -1/16/20 Added Mentor Link +How to setup the project? + +Commands + +1) In your terminal, navigate to the folder. + +2) Run command "npm run" + +3) Dependencies (Run list of commands to ensure all dependencies are met) + - node + - npm install + - npm install yarn + - npm audit fix + + 4) If you encountered a missing dependency called "webpack". Perform the actions below : + To fix the dependency tree, try following the steps below in the exact order: + + 1. Delete package-lock.json (not package.json!) and/or yarn.lock in your project folder. + 2. Delete node_modules in your project folder. + 3. Remove "webpack" from dependencies and/or devDependencies in the package.json file in your project folder. + 4. Run npm install or yarn, depending on the package manager you use.