A simple starter to get your dev portfolio up and running quickly with Gatsby.
This project uses Strapi in the backend as a Headless CMS. That's why, I've created a separate repo containing the setup to run the project locally.
Make sure to clone the Strapi backend repo first and run it locally:
npm i
npm run develop
Once the backend is running, then run this repo locally with:
npm i
gatsby develop
A quick look at the top-level files and directories you'll see in the project.
.
├── node_modules
├── src
├── assets
├── components
├── pages
└── templates
├── static
├── .eslint
├── .gitignore
├── .prettierrc
├── gatsby-config.js
├── gatsby-node.js
├── package.json
├── package-lock.json
└── README.md
Looking for more guidance? Full documentation available on the official Gatsby website.
This project is deployed to Netlify.