Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ciampo/offbeat-appetite-sanity

The CMS feeding The Offbeat Appetite's frontend, made with Sanity.io
https://github.com/ciampo/offbeat-appetite-sanity

Last synced: 29 days ago
JSON representation

The CMS feeding The Offbeat Appetite's frontend, made with Sanity.io

Awesome Lists containing this project

README

        

# offbeat-appetite-sanity

The CMS feeding The Offbeat Appetite's frontend, made with [Sanity](https://www.sanity.io/) and [hosted on Netlify](https://studio.offbeatappetite.com)

## 🛠 Setup

- install `node` glolbally
- install `yarn` glolbally
- `yarn install`

## 📝 Main scripts

### `yarn start`

Starts the application in development mode (hot-code reloading, error reporting, etc)

### `yarn build`

Builds the prod version of the studio (static build)

### `yarn deploy`

Builds the studio and deploys it (as a static site) on Sanity's default hosting

### `yarn static`

Runs `yarn build` and also preps additional Netlify config.

### `yarn test`

Runs Sanity's own checks.

### `yarn lint`

Lints the code.

## 👻 Contributors

- [Marco Ciampini](https://github.com/ciampo)