Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 422 Bytes

This repository contains source code of www.drafter.sk website built in GatsbyJS, using Kentico Kontent Headless CMS as a source.

Setup

Provide .env.development and/or .env.production files in the root of the project with following properties.

GATSBY_KONTENT_PROJECT_ID=<yout-project-id>
GATSBY_KONTENT_LANGUAGE_CODENAMES=<coma-separated-language-codenames>
KONTENT_PREVIEW_API_KEY=<yout-preview-api-key>