- Node LTS
- suggestion: use nvm to manage node versions
- install nvm via homebrew
We assume you have node 18 installed. If not, please install it.
- From root, run
corepack enableto enable pnpm- This automatically comes with node 16
- Run
pnpm run initto install inital packages
That's it! You're ready to go.
Run pnpm run dev from the root to start all dev environments. This will continuously watch for changes and rebuild.
Run pnpm run build from the root to build all packages.