We use the Sanity CMS to manage our editorial content on both the storefront, documentation and dashboard websites.
npm install @firstclasspostcodes/cmsWe use the Sanity CMS to manage our editorial content on both the storefront, documentation and dashboard websites.
```
npm ci
npx sanity install
npm run develop
When making changes to the schema, they need to be deployed to the Sanity GraphQL endpoint:
```
npm run deploy