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

https://github.com/bymattlee/bymattlee-sanity-studio-starter

A starter headless CMS powered by Sanity Studio and includes basic sections and fields.
https://github.com/bymattlee/bymattlee-sanity-studio-starter

cms headless-cms sanity sanity-io sanity-studio

Last synced: 2 months ago
JSON representation

A starter headless CMS powered by Sanity Studio and includes basic sections and fields.

Awesome Lists containing this project

README

          

![ByMattLee Sanity Studio Starter Screenshot](http://hosted.bymattlee.com/github/bymattlee-sanity-studio-starter-screenshot.jpg)

# ByMattLee Sanity Studio Starter

A starter headless CMS that features Sanity Studio and includes basic sections and fields.

---

## Installation

##### 1. Install Node 16.17.1 LTS:

##### 2. Install Yarn

```
$ npm i -g yarn
```

##### 3. Install all dependencies

```
$ yarn
```

---

## Configuration

##### 1. Update Sanity API configuration

In `sanity.json`, enter the `projectId` and `dataset` to connect to cloud API.

##### 2. Update Dashboard config

In `dashboardConfig.json`, update GitHub URLs for reference and Netlify configuration for deployment.

---

## Use

##### Build Files And Start Server

```
$ yarn start
```

##### Build Files

```
$ yarn build
```

##### Deploy Studio

```
$ yarn deploy
```

---

## Features

- Use with your favorite front-end setup. This pairs perfectly with the [ByMattLee 11ty Starter](https://github.com/bymattlee/bymattlee-11ty-starter) or [ByMattLee Nuxt Starter](https://github.com/bymattlee/bymattlee-nuxt-starter)
- Custom dashboard configuration with Netlify deployment
- Predefined fields and blocks for Pages, Articles, Sections, Menus, Settings (SEO, Favicons, Social, Analytics)
- Media browser

---

## Customizations

- Customize favicon by replacing `favicon.ico` in `/static`
- Customize dashboard brand colors in `styles/variables.css`

---

## Contact

- Matt Lee - `@bymattlee` on most platforms
- Visit my website at [bymattlee.com](https://bymattlee.com)

[![Twitter Follow](https://img.shields.io/twitter/follow/bymattlee?style=social)](https://twitter.com/bymattlee)