- Install Sanity CLI:
$ npm install -g @sanity/cli
-
Create an account on sanity.io.
-
Link this project with your account:
$ sanity init
- 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.
- Read “getting started” in the docs
- Check out one of the example frontends: React | React Native | Vue | PHP
- Join the community Slack
- Extend and build plugins