Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 323 Bytes

File metadata and controls

22 lines (16 loc) · 323 Bytes

Personal Portfolio Website

Source code for my personal portfolio website.

How to use

Setup and run

npm install

Update content

Change the values in src/resumeData.js

Deploy

  1. Update homepage url in package.json
  2. Run npm run deploy

Running locally

npm run start