This project requires specific versions of the following tools. To make sure your development setup matches with production follow the recommended installation methods.
-
Node.js
Use nodenv to install the required version of
Node.js
.nodenv install node --version
-
Yarn
Yarn must be installed using Corepack, included by default in
Node.js
.corepack enable yarn --version
-
Terraform
Use tfenv to install the required version of
terraform
.tfenv install terraform version
-
pre-commit
Follow the official documentation to install
pre-commit
in your machine.pre-commit install
Important
Yarn uses Plug and Play for dependency management. For more information, see: Yarn Plug’n’Play