Skip to content

Commit 1181ae6

Browse files
committed
Update contributing guide
1 parent f49d320 commit 1181ae6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ You can chat with us in the [#committers-js](https://cucumberbdd.slack.com/archi
1111

1212
## Local setup
1313

14-
To get a local development environment, use [Git] to [fork and clone] the repo, then:
14+
To get a local development environment:
1515

16-
* If you're running Windows, make sure to enable [Developer Mode].
16+
* use [Git] to [fork and clone] the repo
17+
* If you're running Windows, make sure to enable [Developer Mode]
1718
* install [Node.Js](https://nodejs.org/en/)
19+
* Make sure you have a recent version of `npm` installed: `npm install -g npm`
1820
* `npm install` - Install dependencies
1921
* `npm test` - Compile typescript and run the tests
2022

0 commit comments

Comments
 (0)