Skip to content

OpenVidu/openvidu.io

Repository files navigation

openvidu.io

The openvidu.io web is generated with Jekyll.

Local development

  • Clone openvidu.io repository
https://github.com/OpenVidu/openvidu.io
  • To locally preview the changes, you can execute the following command in the root folder of the repository (you need Docker installed) and visit localhost:4000:
docker run --rm --volume=$PWD:/srv/jekyll -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve

(Run fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p to increase the number of files that can be monitored if any problem appears when running this docker container)

Documentation

The openvidu.io documentation is generated with MkDocs.

To add documentation go to openvidu.io-docs project