Contributing
setup

Building from source

git clone https://github.com/frate-dev/frate.git
cd frate
git checkout dev
cmake -DCMAKE_BUILD_TYPE=Debug ./
make -j<jobs>