Dev environment setup Requirements These are the requirements to run a development environment: nvm (Node version manager) just Steps Run the following command to install the node version declared in the .nvmrc file for this project: nvm install Enable corepack so the correct version of pnpm is used. just corepack-enable Install the project dependencies. just install-deps Generate the GQL schemas. just graphql-codegen