diff --git a/doc/yarn.md b/doc/yarn.md new file mode 100644 index 0000000..25d4d6a --- /dev/null +++ b/doc/yarn.md @@ -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 +``` diff --git a/doc/yarn.md.license b/doc/yarn.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/yarn.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */