Skip to content

MatthewMollentze/Matthew-Mollentze-Portfolio

Repository files navigation

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