We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49d320 commit 1181ae6Copy full SHA for 1181ae6
CONTRIBUTING.md
@@ -11,10 +11,12 @@ You can chat with us in the [#committers-js](https://cucumberbdd.slack.com/archi
11
12
## Local setup
13
14
-To get a local development environment, use [Git] to [fork and clone] the repo, then:
+To get a local development environment:
15
16
-* If you're running Windows, make sure to enable [Developer Mode].
+* use [Git] to [fork and clone] the repo
17
+* If you're running Windows, make sure to enable [Developer Mode]
18
* install [Node.Js](https://nodejs.org/en/)
19
+* Make sure you have a recent version of `npm` installed: `npm install -g npm`
20
* `npm install` - Install dependencies
21
* `npm test` - Compile typescript and run the tests
22
0 commit comments