/clutch

A Developer framework for Prismic.io static web apps.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Clutch

A Developer SDK for Prismic.io.

CircleCI Status Netlify Status

Getting started

Install the clutch command line interface (CLI):

npm i clutch-cli -g

Initialize your new clutch project:

# In cwd
clutch init

# Create new dir
clutch init my-project

Install the NPM dependencies and boostrap the scaffold:

npm run bootstrap

Documentation

You’ll need to setup your Prismic repository before developing with the SDK. The docs will walk through a baseline content stub in Prismic. Beyond that you'll want to learn the workflow for developing with Clutch.