Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 935 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 935 Bytes

qBittorrent-website

GitHub Actions CI Status

This repository contains the official qBittorrent website: https://www.qbittorrent.org/
A backup mirror is hosted at: https://qbittorrent.github.io/qBittorrent-website/

Anyone is welcome to submit PRs that fix problems and improve things.

You can also submit redesigns but first open a bug report informing us and maybe show some mockups. Otherwise, you run the risk of wasting your time in case we won't agree with the redesign.

How to build

The site uses 11ty as a static site generator. In the git repo folder do:

npm install
npm run build

Then the site is generated under the _site subfolder.

You can also run the following to start up a local development server:

npm run serve