/gatsby-dev-portfolio

👨‍💻 A simple starter to get your dev portfolio up and running quickly with Gatsby and Strapi

Primary LanguageJavaScript

👨‍💻 gatsby-dev-portfolio

A simple starter to get your dev portfolio up and running quickly with Gatsby.

🚀 Quick start

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

🧐 What's inside?

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

🎓 Learning Gatsby

Looking for more guidance? Full documentation available on the official Gatsby website.

💫 Deploy

This project is deployed to Netlify.

Deploy to Netlify