William Fitzjohn's Portfolio and Interactive Resume
This app was designed first in Figma.
https://www.figma.com/file/KqhiGBA6MMOanEoq5Fddax/Personal-Website?node-id=0%3A1
Start a development server by running the commands below.
cd react-app
npm run start
These commands will pack the react app and deploy the site to github pages.
cd react-app
npm run build
npm run deploy
