Skip to content

Commit

Permalink
Update README with node version
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Apr 29, 2024
1 parent 8f830f9 commit 9c11509
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,20 @@ then actually spawning a subshell.

### Installing frontend requirements

To install the requirements for the frontend server, cd into `wp1-frontend`
and use:
The frontend requires [Node.js](https://nodejs.org/) version 18 to build and
run. Once node is installed, to install the requirements for the frontend
server, cd into `wp1-frontend` and use:

```bash
yarn install
```

If you do not have yarn, it can be installed with:

```bash
npm i -g yarn
```

### Docker

You will also need to have [Docker](https://www.docker.com/) on your system
Expand Down

0 comments on commit 9c11509

Please sign in to comment.