From a1279c7e1d4bb6fabb7446b5150b5f1711acb6b2 Mon Sep 17 00:00:00 2001 From: David Rakosi <61084415+drakosi99@users.noreply.github.com> Date: Mon, 7 Sep 2020 22:21:08 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96a5da8b9..431a38dce 100755 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ This is a ReactJS based personal resume website template for participants of The - Download the zip folder from Github and unzip it Here is the link to download zip 👉 HERE +- Open the folder in VS Code - Edit public/resumeData.json and add your personal details and projects -- Open folder and open terminal in VS Code +- Open terminal in VS Code - RUN npm init , this command can be used to set up a new or existing npm package - RUN npm install , this command pulls out all the require node modules - RUN npm run build, this command will create a build folder for you