-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1932dbd
commit 422e451
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
``` |