Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/react-native-webrtc/handbook
The React-Native-WebRTC Handbook
https://github.com/react-native-webrtc/handbook
documentation react-native webrtc
Last synced: 3 months ago
JSON representation
The React-Native-WebRTC Handbook
- Host: GitHub
- URL: https://github.com/react-native-webrtc/handbook
- Owner: react-native-webrtc
- License: apache-2.0
- Created: 2022-06-02T09:34:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-24T06:02:00.000Z (over 1 year ago)
- Last Synced: 2024-04-16T06:52:04.326Z (10 months ago)
- Topics: documentation, react-native, webrtc
- Homepage: https://react-native-webrtc.github.io/handbook/
- Size: 2.08 MB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The React-Native-WebRTC Handbook
This is the React Native WebRTC Handbook.
It's powered by [VitePress](https://vitepress.vuejs.org/).
NOTE: Nodejs >= 16 is necessary.## Building the Site
The site is built automatically with every push thanks to a [GH Actions](https://github.com/react-native-webrtc/handbook/blob/master/.github/workflows/gh-pages.yml).
If you want to build it locally, follow this simple step:```js
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!