You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/node/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ You can get an access token by doing the following:
14
14
## Run Sample
15
15
16
16
1. Run `npm install` to install the application.
17
-
2. Run samples in one of two ways
17
+
2. Run `npm run build` to build the library files.
18
+
3. Run samples in one of two ways
18
19
1. Run and debug the node samples found under ./samples/node/main.js by running the Run node samples configuration from the Debug menu in Visual Studio Code.
19
-
2. Run the node samples from the CLI by entering node ./samples/node/main.js (assuming you are at the root of this repository).
20
+
2. Run the node samples from the CLI by entering `node ./samples/node/main.js` (assuming you are at the root of this repository).
0 commit comments