johnaschroeder / gatsby-contentful-blog-portfolio

Gatsby Contentful starter for creating a portfolio website with a blog

Home Page:https://gatsby-contentful-portfolio-blog.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby

An architect portfolio built with Gatsby and Contentful: https://gatsby-contentful-portfolio-blog.netlify.com/

This is a simple project built for a local architect. It shows its portfolio and also has a blog.

Netlify Status code style: prettier

Gatsby Starter Mate logo

Features

  • Gatsby
  • Graphql
  • Contenful
  • Cypress
  • CSS Modules and Styled Components

If this project helped you, please consider giving it a star! It would mean a lot to me :)

🚀 Quick start

  1. Clone the repository

    Use git to clone the repository.

    # clone the project using Git
    gatsby clone https://github.com/escapemanuele/gatsby-contentful-blog-portfolio  your-project-name
  2. Install the packages

    Navigate into your new site’s directory and install the required packages.

    cd your-project-name
    npm install
  3. Configure Contenful

    Get yourself a Contenful Account, create a new space and configure this project to use it with:

    npm run setup
  4. Start developing.

    Finally you are ready to see your project. Start the engine!

    gatsby develop
  5. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Feel free to change everything you want!

  6. Test the application with Cypress

    There are some cypress tests defined in the 'cypress' folder. You only need to use

    npm run test:open:e2e

About

Gatsby Contentful starter for creating a portfolio website with a blog

https://gatsby-contentful-portfolio-blog.netlify.com/

License:MIT License


Languages

Language:JavaScript 89.9%Language:CSS 10.1%