Watch live: https://portfolio-oct2020.web.app/
Created by Sid and Raphael
You need to have NPM
installed in your computer. If you don't have them installed, installed them from here: https://nodejs.org/en/download/
- Fork the repository
- Clone your forked repository
- Install all the dependencies using this command:
npm install
- Run the project using this command:
npm start
- To edit the Home section, edit the variables inside
src/vars/homeItems.js
file. - To edit the Skills section, edit the variables inside
src/vars/skillItems.js
file. - To edit the Projects section, edit the variables inside
src/vars/projectItems.js
file. - To edit the Contact section, edit the variables inside
src/vars/contactItems.js
file.