Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

ryanwashburne/adaptivei

Repository files navigation

logo

Adaptive Integration

Ryan Washburne 2019

Built with: GatsbyJS, Contentful, & Netlify

Getting Started

yarn install
yarn start

Before you go...

.contentful.json file is required. Example:

{
  "development":{  
     "host": "",
     "spaceId": "",
     "accessToken": ""
  },
  "production": {
    "spaceId": "",
    "accessToken": ""
  }
}

Releases

No releases published

Packages

No packages published