Spaces:
Running
Running
cleanup readme
Browse files
README.md
CHANGED
@@ -36,8 +36,8 @@ Refer to the `.env.example` file for the required environment variables and thei
|
|
36 |
|
37 |
```bash
|
38 |
cd client
|
39 |
-
|
40 |
-
|
41 |
```
|
42 |
|
43 |
2. Install server dependencies:
|
|
|
36 |
|
37 |
```bash
|
38 |
cd client
|
39 |
+
nvm use 20; yarn
|
40 |
+
yarn run dev
|
41 |
```
|
42 |
|
43 |
2. Install server dependencies:
|