Skip to content

A Developer framework for Prismic.io static web apps.

License

Notifications You must be signed in to change notification settings

kitajchuk/clutch

Repository files navigation

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.