/gatsby-starter-gridfolio

A GatsbyJs port of Christine Cha's Gridfolio.

Primary LanguageJavaScriptMIT LicenseMIT

Gatsby Starter Gridfolio

A GatsbyJS starter using Christine Cha's Gridfolio

This project was built using the Gatsby Starter Default with some additional plugins such as:

  • ESLint with AirBnb Config
  • Prettier
  • SCSS

Getting Started

Install Gatsby's command line tool

npm install --global gatsby-cli

Use this starter

  1. Install this starter (assuming Gatsby is installed) by running from your CLI:
gatsby new my-gridfolio https://github.com/joemidi/gatsby-starter-gridfolio
  1. Start a hot-reloading development environment with Gatsby, that is accessible at localhost:8000
gatsby develop
  1. Build for production use
gatsby build