From f454563515b399e58f6e2f36e7c831b7b7a7aab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 6 Sep 2024 11:37:34 +0200 Subject: [PATCH] Fix install instruction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f550c..c6e8db6 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,6 @@ Thank you for your support! 🙏 ## Local Installation 1. Clone the git repo -2. Run `npm install && npm run dev` +2. Run `yarn` +2. Run `NODE_OPTIONS=--openssl-legacy-provider yarn run dev` 3. Visit http://localhost:3000