fix: npm -> yarn

This commit is contained in:
Aditya
2023-11-05 00:17:15 +05:30
parent a088ce3034
commit a19b6baa0c
+2 -2
View File
@@ -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