Skip to content

Commit

Permalink
Update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Dec 15, 2021
1 parent f49d320 commit 1181ae6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ You can chat with us in the [#committers-js](https://cucumberbdd.slack.com/archi

## Local setup

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

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

Expand Down

0 comments on commit 1181ae6

Please sign in to comment.