Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 882 Bytes

File metadata and controls

25 lines (20 loc) · 882 Bytes

Header Image

William Fitzjohn's Portfolio and Interactive Resume

React Badge Node Badge

Design

This app was designed first in Figma.
https://www.figma.com/file/KqhiGBA6MMOanEoq5Fddax/Personal-Website?node-id=0%3A1

Development

Start a development server by running the commands below.
cd react-app
npm run start

Deployment

These commands will pack the react app and deploy the site to github pages.
cd react-app
npm run build
npm run deploy