Learn how to set up your development environment and merge custom code into your BuddyBoss App.
Connect your Git repo
In this tutorial, you will learn how to connect a Git repository to your BuddyBoss App, so that your code changes can be automatically merged into your release app and test app builds.Setting up your Git repo
In this tutorial, you will learn how to set up your Git repo with our custom code template. The files in this repo provide a basic framework for setting up your custom app code.Deploying Custom Code
In this tutorial, you will learn how to preview code changes in your Test App while you are coding, without having to create a new build each time.Debug Tool
In this tutorial, you will learn you how to use the BuddyBoss App Debug Tool for custom development. This tool provides a console log to help you debug…