Improve contributing guide (#5543)
* Update CONTRIBUTING.md * add note about installing code command
This commit is contained in:
@@ -9,7 +9,7 @@ If you are not familiar with Pull Requests and want to know more about them, you
|
|||||||
### Recommended setup:
|
### Recommended setup:
|
||||||
|
|
||||||
* [vscode](https://code.visualstudio.com), the popular IDE.
|
* [vscode](https://code.visualstudio.com), the popular IDE.
|
||||||
* [Jasmine Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-test-explorer), a very practical test exploration plugin which let you run, debug and see the test results inline.
|
* [Jasmine Test Explorer](https://marketplace.visualstudio.com/items?itemName=hbenl.vscode-jasmine-test-adapter), a very practical test exploration plugin which let you run, debug and see the test results inline.
|
||||||
|
|
||||||
### Setting up you local machine:
|
### Setting up you local machine:
|
||||||
|
|
||||||
@@ -23,6 +23,8 @@ $ code . # launch vscode
|
|||||||
$ npm run watch # run babel watching for local file changes
|
$ npm run watch # run babel watching for local file changes
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> To launch VS Code from the terminal with the `code` command you first need to follow the [launching from the command line section](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line) in the VS Code setup documentation.
|
||||||
|
|
||||||
Once you have babel running in watch mode, you can start making changes to parse-server.
|
Once you have babel running in watch mode, you can start making changes to parse-server.
|
||||||
|
|
||||||
### Good to know:
|
### Good to know:
|
||||||
|
|||||||
Reference in New Issue
Block a user