Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 303 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 303 Bytes

Matthew Mollentze - Portfolio

Installation & Deploying

  1. Install Gatsby CLI

    npm install -g gatsby-cli
  2. Install Dependencies

    npm install
  3. Developing

    npm run develop
  4. Publish to Github Pages

    npm run deploy