To get started with Android/Project-Sakura, you'll need to get familiar with Source Control Tools.
To initialize your local repository using the LineageOS trees, use a command like this:
repo init --depth=1 -u https://github.com/ProjectSakura/android.git -b 14 --git-lfs
Then to sync up:
repo sync --force-sync --optimized-fetch -j `nproc`
You can use your Lineage OS trees to build Sakura without any changes.
. build/envsetup.sh
lunch lineage_<devicecodename>-ap2a-userdebug
mka bacon