diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a16bf87e..4afe7392a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,6 +5,7 @@ is a great boon to your coding process. ## Setup To get ready to work on the codebase, please do the following: + 1. Fork & clone the repository 2. Run `npm install`, or `npm install --no-optional` if you're not working on voice 3. Code your heart out!