🕶Show people your style and play the game
| Required | Description |
|---|---|
| Git | We follow the GitHub Flow |
| Node.js | 14.3.0 |
| Yarn | 1.22.4 or above |
The project manages the version of node through nvm.
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
$ command -v nvm
$ nvm install 14.3.0
$ which node
$ npm install -g yarn
In the project root as follows are performed through the .nvmrc
$ nvm use
...
$ nvm use
$ yarn
$ cd client
$ yarn$ cd ..
$ yarn run devMIT
