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
npm install --global gatsby-cli
- Install this starter (assuming Gatsby is installed) by running from your CLI:
gatsby new my-gridfolio https://github.com/joemidi/gatsby-starter-gridfolio
- Start a hot-reloading development environment with Gatsby, that is accessible at
localhost:8000
gatsby develop
- Build for production use
gatsby build