From a19b6baa0c77a524436674d526695955b24a5009 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Sun, 5 Nov 2023 00:17:15 +0530 Subject: [PATCH] fix: npm -> yarn --- .github/install-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/install-guide.md b/.github/install-guide.md index 204174a8..410d0646 100755 --- a/.github/install-guide.md +++ b/.github/install-guide.md @@ -85,8 +85,8 @@ Local development is pretty straight forward with **ReactJS** and **Golang**. Th http://localhost:3000 - Requires [npm](https://nodejs.org/en/download/)/[yarn](https://yarnpkg.com/lang/en/docs/install/#debian-stable)/your preferred manager. Runs independently from backend. ```bash cd frontend -npm i -npm start +yarn install +yarn start ``` ## Backend - Golang