Big Picture goal: Remake the hall of fame website in the React/Gatsby/Sanity framework
-
Start developing.
Navigate into your new site’s directory and start it up.
cd webs npm run develop
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
Sanity runs into issues with overwriting work when trying to update schemas simultaneously on different branches. The ideal workflow for updating schema is as follows:
-
Plan out all necessary schema for development.
-
Add schema and push to the main branch on Github before any changes are made by other users.
-
Redeploy graphql API (
sanity graphql deploy
) -
Other users should pull your schema changes before adding any new schema.
-
Continue development on the front-end accessing the already committed schema.
-
Learn more
Deploy this starter with one click on Netlify:
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:
- Make changes in Sanity Studio to the structure.
- Run the following commands to transfer the changes made to the structure in the production database to the development database.
cd studio
npm run clone