Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 692 Bytes

dev-environment-setup.md

File metadata and controls

34 lines (23 loc) · 692 Bytes

Dev environment setup

Requirements

These are the requirements to run a development environment:

Steps

  1. Run the following command to install the node version declared in the .nvmrc file for this project:

    nvm install
  2. Enable corepack so the correct version of pnpm is used.

    just corepack-enable
  3. Install the project dependencies.

    just install-deps
  4. Generate the GQL schemas.

    just graphql-codegen