An open API service indexing awesome lists of open source software.

https://github.com/firstclasspostcodes/cms

📝Firstclasspostcodes CMS Schema and supporting React components
https://github.com/firstclasspostcodes/cms

Last synced: 7 months ago
JSON representation

📝Firstclasspostcodes CMS Schema and supporting React components

Awesome Lists containing this project

README

          

# CMS

We use the Sanity CMS to manage our editorial content on both the storefront, documentation and dashboard websites.

## Get Started

```
npm ci
npx sanity install
npm run develop
```

## Schema Changes

When making changes to the schema, they need to be deployed to the Sanity GraphQL endpoint:

```
npm run deploy
```