diff options
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md index ef6bcb392..9c6ba6b86 100644 --- a/contributing.md +++ b/contributing.md @@ -1,5 +1,12 @@ # Contributing +## Setting Up the Monorepo + +```shell +# git clone && cd ... +yarn install +``` + ## Making Pull Requests When making a pull request, add a changeset which helps with releases. |