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
Copy file name to clipboardExpand all lines: README.md
+24
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,27 @@ Each of our events is defined in its own json file in the `events/` directory. A
17
17
4. Submit a [PR](https://help.github.com/articles/using-pull-requests/) back to this repo.
18
18
19
19
Please feel free to ask any questions or add additional info via the [PR comments](https://help.github.com/articles/commenting-on-the-diff-of-a-pull-request/).
20
+
21
+
## Contributing
22
+
23
+
### Install/Build
24
+
`npm install && gulp`
25
+
26
+
Some of the dependencies compile C++ so the first install might take a few mins depending on your machine.
0 commit comments