Skip to content

Commit

Permalink
docs: Improve CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmattingly committed Jul 22, 2022
1 parent bb37f4f commit 2ac55b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Welcome, and thanks in advance for your help!

## Setup

Once you've cloned forked repository, all is needed is to run `npm install` at its root folder
First, the preferred node version for development is v14; While v12 is supported on the client-side, developing in v12 can be unexpectdly tricky (see: [11250](https://github.com/serverless/serverless/pull/11250)).

Then, to begin development fork repository and run `npm install` in its root folder.

## When you propose a new feature or bug fix

Expand Down

0 comments on commit 2ac55b0

Please sign in to comment.