Introduction

This project is built using Gatsby, a static site generator for React. It uses Contentful as a headless CMS.

Project Structure

Getting Started

Prerequisites

  1. Node.js - JavaScript runtime
  2. Yarn - Package manager
  3. Git - Version control

Installation

  1. Clone the repository
git clone
  1. Install dependencies
yarn
  1. Create a .env file in the root of the project and add the following environment variables:
CONTENTFUL_SPACE_ID=
CONTENTFUL_ACCESS_TOKEN=
  1. Start the development server
yarn start
  1. Open http://localhost:3000 with your browser to see the result.