Skip to content

ciampo/offbeat-appetite-sanity

Repository files navigation

offbeat-appetite-sanity

The CMS feeding The Offbeat Appetite's frontend, made with Sanity and hosted on Netlify

🛠 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