Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikima authored Jan 28, 2025
1 parent 0283bf3 commit b7b2909
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ If you want to run your instance of RAWGraphs locally on your machine, be sure y
If you want to run your instance of RAWGraphs locally on your machine, be sure you have the following requirements installed.

- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) (it could be used through the interface of [GitHub Desktop](https://desktop.github.com/))
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/getting-started/install)
- [Node.js](https://nodejs.org/en/) (latest tested: 23.6.1)
- [Yarn](https://yarnpkg.com/getting-started/install) (latest tested: 1.22)

### Instructions (macOS)

Expand Down Expand Up @@ -57,6 +57,11 @@ Now you can run the project locally in development mode with the command:
yarn start
```

Ensure that you're using the legacy OpenSSL providers (to be updated):
```shell
export NODE_OPTIONS=--openssl-legacy-provider
```

You can also build your own version and upload it on your server by running the command:

```shell
Expand Down

0 comments on commit b7b2909

Please # to comment.