To get started with ProjectNirwana, you'll need to get familiar with Repo and Version Control with Git.
To initialize your local repository, use a command like this:
repo init --depth=1 -u https://github.com/ProjectNirwana/manifest -b sixteen --git-lfsThen to sync up:
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune