www: update to use yarn and not npm

This commit is contained in:
Mathieu Virbel
2023-07-27 16:58:41 +02:00
parent 7bd3d54d15
commit ee080e1ab2
4 changed files with 210 additions and 1963 deletions

View File

@@ -21,7 +21,7 @@ Reflector is a React application that uses WebRTC to stream audio from the brows
To install the application, run:
```bash
npm install
yarn install
```
## Run the Application
@@ -29,7 +29,7 @@ npm install
To run the application in development mode, run:
```bash
npm run dev
yarn run dev
```
Then open [http://localhost:3000](http://localhost:3000) to view it in the browser.