-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -415,23 +415,19 @@ console.log(devices) | |
### Quickstart | ||
|
||
``` | ||
$ git clone https://github.com/seamapi/javascript-http.git | ||
$ cd javascript-http | ||
$ nvm install | ||
$ npm install | ||
$ npm run test:watch | ||
``` | ||
|
||
Primary development tasks are defined under `scripts` in `package.json` | ||
and available via `npm run`. | ||
View them with | ||
|
||
``` | ||
$ npm run | ||
``` | ||
|
||
### Source code | ||
|
@@ -440,9 +436,7 @@ The [source code] is hosted on GitHub. | |
Clone the project with | ||
|
||
``` | ||
$ git clone [email protected]:seamapi/javascript-http.git | ||
``` | ||
|
||
[source code]: https://github.com/seamapi/javascript-http | ||
|
@@ -455,25 +449,19 @@ Be sure that all commands run under the correct Node version, e.g., | |
if using [nvm], install the correct version with | ||
|
||
``` | ||
$ nvm install | ||
``` | ||
|
||
Set the active version for each shell session with | ||
|
||
``` | ||
$ nvm use | ||
``` | ||
|
||
Install the development dependencies with | ||
|
||
``` | ||
$ npm install | ||
``` | ||
|
||
[Node.js]: https://nodejs.org/ | ||
|
@@ -558,7 +546,3 @@ loss of use, data, or profits; or business interruption) however caused and on | |
any theory of liability, whether in contract, strict liability, or tort | ||
(including negligence or otherwise) arising in any way out of the use of this | ||
software, even if advised of the possibility of such damage. | ||
|
||
``` | ||
``` |