Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrakosi authored Sep 7, 2020
1 parent b43979a commit a1279c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 👉
<a href='https://github.com/CleverProgrammers/react-portfolio'>HERE</a>
- Open the folder in VS Code
- Edit <code>public/resumeData.json</code> and add your personal details and projects
- Open folder and open terminal in VS Code
- Open terminal in VS Code
- RUN <code>npm init</code> , this command can be used to set up a new or existing npm package
- RUN <code>npm install</code> , this command pulls out all the require node modules
- RUN <code>npm run build</code>, this command will create a build folder for you
Expand Down

0 comments on commit a1279c7

Please sign in to comment.