Firstly, you will need to download the latest version of Node by CLICKING HERE
Next, you will need to run the following command in the Terminal to clone the repo onto your machine.
git clone https://github.com/Yogeshmalik/digital-pfolio.git
Then cd [folder name]
Next, you need to install all the dependancies using:
npm install
Once this is done, you can start the app with:
npm start
To populate the website with all of your own data, open the public/resumeData.json file and simply replace the data in there with your own. Images for the porfolio section are to be put in the public/images/portfolio folder.
If you want to display your own pictures then you have to replace the files at these locations: public/images/header-background.jpg, public/images/testimonials-bg.jpg and public/favicon.ico. FILE NAMES MUST NOT BE CHANGED else the code referencing these images will no longer work.
Once all the formatting and data input is finalised, run npm run build
. This will create a dedicated build folder.
- Open the build folder in the finder screen
- Go to Netlify and set up a profile
- Go to the 'Sites Tab'
- Simply Drag and drop the 'Build' Folder into the designated upload space
- The app will begin deploying & the deployment URL will be presented!
BOOM, you are now LIVE!!!