feat: add Yarn setup

This commit is contained in:
dancingCycle 2022-03-15 13:55:33 +01:00
parent 2f933b1497
commit 97b7aa001f
2 changed files with 23 additions and 0 deletions

18
doc/yarn.md Normal file
View File

@ -0,0 +1,18 @@
# Setup Yarn
* install [Node](node.md)
* check if Npm is successfully installed
```
npm -v
```
* install Yarn using Npm
```
npm i --global yarn
```
* verify that Yarn is installed sccessfully
```
yarn -v
```

5
doc/yarn.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/