A Portfolio built with React. Used to showcase my work, testimonials, Projects and other information with recruiters.
- Clone/Download the repo.
- Run
npm install. - Change the values in
src/resumeData.js,public/images, andpublic/filesto suit your use-case. - Run
npm startto spin the up the local dev server port 3000.(http://localhost:3000). - May need an
npm auditdepending on package updates.
- Change the
homepagevalue inpackage.jsonto link to your repo's github.io page“homepage”: “http://{Github-username}.github.io/{Github-repo-name}" - Open the terminal and run command
npm run deployto create a gh-pages branch and deploy the website from this branch. - Activate GitHub pages in the repository settings to deploy from gh-pages branch if necessary.
