This repo uses the following third party components:
- Initialize git submodules
npm run git:submodule
- Install dependencies (parent and submodules)
npm run install:all
- Copy the
.env.examplefile to.env.localand 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.