Skip to content

Commit b41a646

Browse files
authored
docs(contributing): mention setup
closes #1021
1 parent 5ba25f6 commit b41a646

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Then:
2929

3030
When every check is green and a team member approves, your contribution is merged! 🚀
3131

32+
For the local dependencies we require previously set up:
33+
34+
- yarn v1
35+
- node (version available in [.nvmrc](https://github.com/algolia/autocomplete/blob/next/.nvmrc))
36+
- setup for node-gyp (make sure you have called `xcode-select --install` a first time on macOS
37+
- a version of Chrome/Chromium (for Puppeteer)
38+
3239
## Commit conventions
3340

3441
This project follows the [conventional changelog](https://conventionalcommits.org/) approach. This means that all commit messages should be formatted using the following scheme:

0 commit comments

Comments
 (0)