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
- Host: GitHub
- URL: https://github.com/firstclasspostcodes/cms
- Owner: firstclasspostcodes
- License: mit
- Created: 2020-02-17T15:35:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T09:01:50.000Z (about 5 years ago)
- Last Synced: 2025-03-17T22:56:25.627Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```