# <%= name %>

> <%= description %>

## Setup

- Install the Gatsby CLI globally with `yarn global add gatsby-cli`
- Install project dependencies with `yarn install`

## Commands

- `yarn start` - Start development server
- `yarn build` - Create production build
- `yarn serve` - Serve production build locally
- `yarn clean` - Deletes existing production build files and caches
- `yarn lint` - Lint source code using ESLint
- `yarn format` - Formats source code automatically using prettier
