To get started with Palladium-OS, you'll need to get familiar with Repo and Version Control with Git.
repo init -u git@github.com:Palladium-u/platform_manifest.git -b 14
repo sync -c --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
make palladium -j$(nproc --all)