Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (26 loc) · 1.52 KB

README.md

File metadata and controls

48 lines (26 loc) · 1.52 KB

greglobinski.com

That's the code of my website (greglobinski.com). My first production-use of the Gatsby-React tandem.

Screenshots

Build with

Starting point

Additional plugins and packages

Setup

  1. Install gatsby-cli (docs)
  2. Clone the repository to your localhost
  3. Install dependencies (yarn install)
  4. Use gatsby-cli to start in development mode (docs)
  5. Have fun.