File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,14 @@ This guide will help you setup a development environment to start working on the
9
9
## Building the sources
10
10
11
11
::: note
12
- Node.js >= 16 and npm >= 8 are required.
12
+ Node.js >= 22 and npm >= 10 are required.
13
13
:::
14
14
15
15
::: caution
16
16
Windows is not supported.
17
17
:::
18
18
19
- On Debian/Ubuntu systems, the required packages can be installed with:
20
- - Download "Linux Binaries (x64)" from https://nodejs.org/en/download/
21
- - Install Node.js following these instructions: https://github.com/nodejs/help/wiki/Installation
19
+ Make sure you have Node.js installed. If you don't, follow [ these instructions] ( https://nodejs.org/en/download/ ) .
22
20
23
21
Then go ahead:
24
22
``` bash
@@ -28,8 +26,11 @@ cd ./jitsi-meet
28
26
29
27
npm install
30
28
31
- # To build the Jitsi Meet application, just type
29
+ # To build the Jitsi Meet production application:
32
30
make
31
+
32
+ # For development:
33
+ make dev
33
34
```
34
35
35
36
::: warning
You can’t perform that action at this time.
0 commit comments