A Developer SDK for Prismic.io.
Install the clutch command line interface (CLI):
npm i clutch-cli -gInitialize your new clutch project:
# In cwd
clutch init
# Create new dir
clutch init my-projectInstall the NPM dependencies and boostrap the scaffold:
npm run bootstrapYou’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.
