To get started with Palladium-OS, you'll need to get familiar with Repo and Version Control with Git.
repo init -u https://github.com/Palladium-OS/platform_manifest.git -b 11
repo sync -c -q --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
In order to build, use this command:
. build/env*
lunch palladium_<devicecodename>-userdebug
mka palladium -j$(nproc --all)