A Developer SDK for Prismic.io.
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
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.