Congratulations, you have now installed the Sanity Content Studio, an open source real-time content editing environment connected to the Sanity backend.
Now you can do the following things:
- 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
Run npm start
to start a local dev server for the studio. Commit all your changes to a branch and then create a pull request.
Once the changes are approved, merge them and then pull the changes to the main
branch on your local machine. Then you'll need to login and deploy from your CLI:
$ sanity login
$ sanity deploy