This repo includes several packages:
studio
- sanity studioweb
- Gatsby website,
studio
- runyarn
from studio rootweb
- runyarn
from web root, that's it :)
- Run gatsby website:
gatsby develop
- Run sanity studio:
sanity start
- Build the web:
gatsby build / yarn build
- Build the studio:
sanity build / yarn build
- graphql-deploy:
sanity graphql-deploy
- studio-deploy:
sanity deploy
you can find more about specific commands inside package.json of studio or web folder.