id | title | sidebar_position |
---|---|---|
requirements |
Requirements |
1 |
- Docker
>=18.09
- Docker Compose
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)
We recommend you install Nx globally: npm install -g nx
or yarn global add nx
.
Use to manage local SSL certificates.