Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 940 Bytes

requirements.md

File metadata and controls

44 lines (28 loc) · 940 Bytes
id title sidebar_position
requirements
Requirements
1

Docker

NodeJS

We recommend using nvm and install the version from .nvmrc:

nvm install $(cat .nvmrc)
nvm use

You can configure a deeper shell integration to automatically detect .nvmrc and call nvm use. See zsh & bash examples.

You can also set your system default nvm version with the project version:

nvm alias default $(cat .nvmrc)

Other tools

Nx

We recommend you install Nx globally: npm install -g nx or yarn global add nx.

Mkcert

Use to manage local SSL certificates.