Skip to content

react-native-webrtc/handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The React-Native-WebRTC Handbook

This is the React Native WebRTC Handbook.
It's powered by VitePress.
NOTE: Nodejs >= 16 is necessary.

Building the Site

The site is built automatically with every push thanks to a GH Actions.
If you want to build it locally, follow this simple step:

yarn && yarn start

You can now edit the files in the docs folder and the site will reflect the changes immediately thanks to live reloading.

Contributing

We appreciate all contributions to this repository.
Please make a Pull Request, no matter how small, all contributions are valuable!