A starter blog built with Gatsby.
- Gatsby 4
- React 18
- TypeScript
- styled-components
- Prettier
- Path Mapping
- Syntax highlighting for your Markdown docs
To run this project locally:
npm i
gatsby develop
A quick look at the top-level files and directories you'll see in the project.
.
├── src
├── components
├── data
├── images
├── pages
├── templates
└── utils
├── static
├── .gitignore
├── .prettierignore
├── .prettierrc
├── gatsby-browser.tsx
├── gatsby-config.ts
├── gatsby-node.ts
├── package-lock.json
├── package.json
├── PULL_REQUEST_TEMPLATE.md
├── README.md
└── tsconfig.json
Looking for more guidance? Full documentation available on the official Gatsby website.
This project is deployed to Netlify.