This repository contains the source code of REGOVAR's official website: https://regovar.org/
We use git LFS for large file storage. Therefore, if you clone the repository to contribute to the Regovar website, it is necessary to install it.
For Debian (10 and after) and Ubuntu (17.10 and after)
sudo apt install git-lfs
For ArchLinux and derivatives
sudo pacman -S git-lfs
git lfs install
If you want to add big files in Regovar, you can add them to LFS
git lfs track 'path/file.extension'