Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ciampo/offbeat-appetite-sanity
- Owner: ciampo
- License: mit
- Created: 2020-01-16T02:41:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T03:37:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T11:05:31.358Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 6.52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)