Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brob/sanity-website-studio-reconfigure
Website Studio
https://github.com/brob/sanity-website-studio-reconfigure
Last synced: 23 days ago
JSON representation
Website Studio
- Host: GitHub
- URL: https://github.com/brob/sanity-website-studio-reconfigure
- Owner: brob
- Created: 2020-11-13T15:00:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T03:04:34.000Z (about 1 month ago)
- Last Synced: 2024-12-05T04:18:01.895Z (about 1 month ago)
- Language: JavaScript
- Size: 4.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A studio for managing a website
**Features:**
- WordPress-esque content models (but better)
- Types for pages, posts, routes, navigation, comments
- Split-pane view for viewing post comments (using incoming references)
- Deploys on NetlifyDeployed from [sanity.io/create](https://www.sanity.io/create/?template=sanity-io%2Fsanity-template-website-studio).
## Quick start
1. Clone this repository
2. `sanity install` in the studio folder on local (and `npm i -g @sanity/cli` if you don't have the CLI)
3. `sanity start` to start the studio
- Your studio should be running on [http://localhost:3333](http://localhost:3333)
4. `sanity build` to build to production locally## Deploy changes
Netlify automatically deploys new changes commited to master on GitHub. If you want to change deployment branch, do so in [build & deploy settings on Netlify](https://www.netlify.com/docs/continuous-deployment/#branches-deploys).
## Stuck? Get help
[![Slack Community Button](https://slack.sanity.io/badge.svg)](https://slack.sanity.io/)
Join [Sanity’s developer community](https://slack.sanity.io) or ping us [on twitter](https://twitter.com/sanity_io).