Required | Description |
---|---|
Git | We follow the GitHub Flow |
Node.js | 10.15.0 LTS |
Yarn | 1.12.3 or above |
The project manages the version of node through nvm
.
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
$ command -v nvm
$ nvm install 10.15.0
$ which node
$ npm install -g yarn
In the project root as follows are performed through the .nvmrc
$ nvm use
...
$ nvm use
$ yarn install
$ yarn test