0.1.3 • Published 2 years ago

gatsby-starter-textkit-widget v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Gatsby Textkit Widget Sample

Demo

Live demo is available at: https://textkitwidget.gatsbyjs.io/

Who is this for?

  • TextKit Integrators
  • Solution Engineers
  • Agencies

Features

  • Secure communication with TextKit context

Demo

Deploy this starter with one click on Gatsby Cloud:

Getting started

Install Node package manager (NPM) (if you haven't already).

Requirements

To use Contenful with this project you have to have a Contentful account. If you don't have one yet you can register at www.contentful.com/sign-up.

Get the source code and install dependencies.

$ git clone git@github.com:touchlesscode/exo.git
$ cd packages/gatsby-starter-textkit-widget
$ npm install

Set up of the needed content model and create a configuration file

This project comes with a Contentful setup command npm run setup.

This command will ask you for a space ID, and access tokens for the Contentful Management and Delivery API and then import the needed content model into the space you define and write a config file (.env).

Crucial Commands

This project comes with a few handy commands for linting and code fixing. The most important ones are the ones to develop and ship code. You can find the most important commands below.

gatsby develop

Run in the project locally.

gatsby build

Run a production build into ./public. The result is ready to be put on any static hosting you prefer.