Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 641 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 641 Bytes

About

React application which uses IFrame API to embed Jitsi Meet functionality into the application to experience the full functionality of the globally distributed and highly available deployment available with meet.jit.si.

Requirements

  • Node >= 14.0.0
  • npm >= 5.6

Getting started

# Clone the repo
git clone     
cd react-jitsi-meet  

# Install npm packages
npm install  

# Navigate to `http://localhost:3000/`. The app will automatically reload if you change any of the source files  
npm start  

Building the project

# Build artifacts will be stored in the `build/` directory.
npm run build