Skip to content

mrifqip29/gatsby-blog

Repository files navigation

Steps

  1. Git clone github
git clone https://github.com/mrifqip29/gatsby-blog.git
  1. Checkout branch (branch scb-web)
git checkout scb-web
  1. Buat file ".env.development" di dalem folder gatsby. Kemudian hubungkan spaceid dan accessToken di gatsby-config.js -> plugins-> gatsby-source-contentful seperti ini:
 resolve: `gatsby-source-contentful`,
      options: {
        spaceId: process.env.CONTENTFUL_SPACE_ID,
        // Learn about environment variables: https://gatsby.dev/env-vars
        accessToken: process.env.CONTENTFUL_ACCESS_TOKEN,
      },
    },
  1. Install dependencies yang diperlukan
npm install
  1. Jalankan
npm run develop

About

Redesigning SCB Baznas website using Gatsby and Cotentful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published