Skip to content

YazanAlhalabi/gatsby-contentful-demo

Repository files navigation

  1. Clone this Repo

    # clone this repo via github link
    git clone https://github.com/YazanAlhalabi/gatsby-contentful-demo.git
  2. Install all packages

    Using either yarn/npm install

    cd gatsby-contentful-demo
    yarn

    or

    cd gatsby-contentful-demo
    npm install
  3. Add Contentful

    Sign up account on Contentful.

    Create new space.

    Go to Space's setting -> Api keys -> Generate new Personal Access Tokens -> Add token to .env file.

    CONTENTFUL_SPACE_ID <your generated Contentful personal access token>
    CONTENTFUL_ACCESS_TOKEN <your Space ID>
  4. Feel free to create an issue or PR if you:

  • have noticed a bug
  • have better UI/UX
  • refactor components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published