mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 15:26:47 +00:00
Add nvm to README
Recommend using nvm in the README so development environments are consistent. Bug: T265682 Change-Id: I9dc4d67a6221fca9db883c216850a545e3c4b444
This commit is contained in:
parent
48b4fe5440
commit
193cd1c2d7
|
@ -13,6 +13,11 @@ See [skin.json](skin.json).
|
|||
Development
|
||||
-----------
|
||||
|
||||
### Node version
|
||||
|
||||
It is recommended to use [nvm](https://github.com/nvm-sh/nvm) to use the version of node defined
|
||||
in `.nvmrc` during local development. This ensures consistency amongst development environments.
|
||||
|
||||
### Coding conventions
|
||||
|
||||
We strive for compliance with MediaWiki conventions:
|
||||
|
|
Loading…
Reference in a new issue