Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 615 Bytes

File metadata and controls

28 lines (19 loc) · 615 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