Monorepo managed with Lerna.
Our repo is a Monorepo: Both web and CMS packages in one repo The Monorepo is managed with Lerna
cd packages/web
npm i (if first time)
gatsby develop
cd packages/cms
npm i (if first time)
sanity login (if not logged in, use contact@projectcaelus email/pass)
sanity start