Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.01 KB

Sanity Content Studio

Installation

  1. Install Sanity CLI:
$ npm install -g @sanity/cli
  1. Create an account on sanity.io.

  2. Link this project with your account:

$ sanity init
  1. Run the project:
$ sanity start

Sanity CLI will use schemas/products.js to create the set of documents and the user inface so you can start creating content.

More information