Skip to content

Commit a0f050d

Browse files
flovilmartdplewis
authored andcommitted
Update CONTRIBUTING.md (#615)
1 parent 5b3379f commit a0f050d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,21 @@ $ npm install # install all the node dependencies
2626
$ code . # launch vscode
2727
```
2828

29+
### Building the SDK
30+
31+
The Parse JS SDK is built for three platforms:
32+
33+
- The browser
34+
- nodejs
35+
- react-native
36+
37+
When developing the SDK you can use `npm run watch` in order to rebuild your changes upon each saves.
38+
By default, the watch command will rebuild the SDK for the node platform. You can toggle this by setting the environment variable PARSE_BUILD. Valid values are:
39+
40+
- node
41+
- browser
42+
- react-native
43+
2944
### Testing the code
3045

3146
The SDK is tested through two lenses. unit tests are run with jest and integrationt tests with jasmine.

0 commit comments

Comments
 (0)