Skip to content

Commit

Permalink
Merge pull request #1336 from chainguard-dev/node-addition
Browse files Browse the repository at this point in the history
Added instructions to install npm
  • Loading branch information
ltagliaferri authored Feb 5, 2024
2 parents d35d924 + bbbd68e commit 9e409a9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ Run the following command to create a new `package.json` file.
npm init -y
```

Exit the `init` process. You do not need to fill out the metadata as this is a demo.

Install `npm`:

```shell
npm install
```

Next, install the application dependencies. We'll need `ronin-server` and `ronin-mocks`, which are used together to create a "mock" server that saves JSON data in memory and returns it in subsequent GET requests to the same endpoint.

```shell
Expand Down

0 comments on commit 9e409a9

Please sign in to comment.