Skip to content

jitsi/handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae36ae2 · Mar 31, 2025
Sep 23, 2024
Mar 31, 2025
Dec 28, 2022
Sep 23, 2024
Jul 20, 2023
Sep 23, 2024
May 16, 2020
Dec 15, 2023
Sep 23, 2024
Nov 19, 2024
Sep 23, 2024
Aug 30, 2024

Repository files navigation

The Jitsi Handbook

This is The Jitsi Handbook. Your one-stop shop for Jitsi documentation. It's powered by Docusaurus. The documentation website can be found here.

Building the site

The site is built automatically with every push thanks to a GH Actions.

NOTE: You need to have Node.Js(>=16) installed in your system to build this site. NodeJs can be downloaded from here

If you want to build it locally, follow these simple steps:

  1. Clone the repository
git clone https://github.com/jitsi/handbook.git
  1. Move to the folder where the repository is cloned
cd handbook
  1. Install the dependencies
npm install
  1. Start the website
npm start

The website will be running at http://127.0.0.1:3000/handbook/

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!

Please follow the given Contributing Guidelines before submitting a pull request.