From 422e4518cb79e89ed9ec6c46710ffa6554034570 Mon Sep 17 00:00:00 2001 From: Felipe Cesar Date: Mon, 21 Oct 2024 16:54:12 -0300 Subject: [PATCH] docs: create README file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ceaccdd --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +JS Monorepo +============ +[![GitHub Stars](https://img.shields.io/github/stars/felipecesr/monorepo.svg)](https://github.com/felipecesr/monorepo/stargazers) [![GitHub Issues](https://img.shields.io/github/issues/felipecesr/monorepo.svg)](https://github.com/felipecesr/monorepo/issues) [![Current Version](https://img.shields.io/badge/version-1.0.0-green.svg)](https://github.com/felipecesr/monorepo) + +## ⚡️ Install dependencies + +[`yarn`](https://yarnpkg.com/) is the recommended package manager to use with this project. Please use it instead of npm. + +Install dependencies with yarn by running + +```sh +yarn +```