You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it locally
4
+
2. Install the dependencies: `npm install` or `yarn`
5
+
3. Run `npm link` or `yarn link` to link the scripts found in `bin` for testing terminal commands
6
+
4. Before submitting a pull request, run `npm test` or `yarn test`
0 commit comments