Always use pnpm — never npm or yarn. This is a pnpm workspace project.
- Install dependencies:
pnpm install - Run scripts:
pnpm run <script>orpnpm <script> - Build Gatsby site:
pnpm --filter LaunchWare build - Dev server:
pnpm --filter LaunchWare develop