Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneax/gatsby-dev-portfolio
👨💻 A simple starter to get your dev portfolio up and running quickly with Gatsby and Strapi
https://github.com/eneax/gatsby-dev-portfolio
gatsby-blog gatsby-site gatsby-starter gatsbyjs headless-cms javascript react strapi styled-components
Last synced: about 1 month ago
JSON representation
👨💻 A simple starter to get your dev portfolio up and running quickly with Gatsby and Strapi
- Host: GitHub
- URL: https://github.com/eneax/gatsby-dev-portfolio
- Owner: eneax
- Created: 2019-10-12T15:32:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T07:42:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T09:51:31.996Z (3 months ago)
- Topics: gatsby-blog, gatsby-site, gatsby-starter, gatsbyjs, headless-cms, javascript, react, strapi, styled-components
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
👨💻 gatsby-dev-portfolioA simple starter to get your dev portfolio up and running quickly with Gatsby.
## 🚀 Quick start
This project uses _[Strapi](https://strapi.io/)_ in the backend as a Headless CMS.
That's why, I've created a separate _[repo](https://github.com/eneax/gatsby-dev-portfolio-api)_ containing the setup to run the project locally.Make sure to clone the _[Strapi backend repo](https://github.com/eneax/gatsby-dev-portfolio-api)_ first and run it locally:
```shell
npm i
npm run develop
```Once the backend is running, then run this repo locally with:
```shell
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](https://www.gatsbyjs.com/).
## 💫 Deploy
This project is deployed to _[Netlify](https://www.netlify.com/)_.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-default)