Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 381 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 381 Bytes

Website

Monorepo managed with Lerna.

Setup

Our repo is a Monorepo: Both web and CMS packages in one repo The Monorepo is managed with Lerna

Website Setup

cd packages/web
npm i (if first time)
gatsby develop

Sanity Setup

cd packages/cms
npm i (if first time)
sanity login (if not logged in, use contact@projectcaelus email/pass)
sanity start