Skip to content

Instantly share code, notes, and snippets.

@corlaez
Created May 12, 2020 18:26
Show Gist options
  • Save corlaez/4ab35d4383f6fb7a09a0e972920b8106 to your computer and use it in GitHub Desktop.
Save corlaez/4ab35d4383f6fb7a09a0e972920b8106 to your computer and use it in GitHub Desktop.
Notes for local dev jitsi-meet
# Open terminal where you want to create the jitsi sources folders and run:
# Download sources
git clone https://github.com/jitsi/jitsi-meet.git
# enter project folder
cd jitsi-meet
# make sure you have node version 12 or higher. Check it with
node -v
# If it is not 12.x.x or higher you should stop, and install the right version of node.
# Now install the npm packages
npm install
# Now you should be ready:
make dev
@artknight
Copy link

artknight commented Jun 9, 2020

I do not understand… WHAT IS THE POINT OF make dev if the localhost instance pulls all the files from somewhere else and NOT from the local folder???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment