- Initialize git submodules
npm run git:submodule
- Install dependencies (parent and submodules)
npm run install:all
- Copy the
.env.example
file to.env.local
and fill in valuescp .env.example .env.local
- Start the development server
npm run dev
Don't deploy from local development, as we don't want to include the .env.local
file in the deployment. Instead, deploy from the CI/CD pipeline.