Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 512 Bytes

petermnhull.github.io

My personal website, currently hosted here.

Development

npm start

Runs the app in the development mode with live reloading.

Open http://localhost:3000 to view it in the browser.

npm run predeploy

Builds the app for production to the build folder.

serve -s build

Run the production build on http://localhost:3000.

npm run deploy

Deploys the app build via gh-pages.