diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 44f9c04..9438a2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,11 @@ +## Getting Started + +1. Fork and clone the repository locally. +2. Run `yarn` to install all of the dependencies. +3. Start developing with the `yarn watch` command. +4. Tests can be run with the `yarn test` command. +5. Build code with the `yarn build` command. + ## Releasing a New Version First, build all the code via `yarn build`.